Change "invalid" to "unexpected", since we don't actually croak from

this error.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@6 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-02-01 20:18:49 +00:00
parent 192f4cbfc4
commit 6896492a66
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ _openpam_check_error_code(int primitive, int r)
break;
}
openpam_log(PAM_LOG_ERROR, "%s(): invalid return value %d",
openpam_log(PAM_LOG_ERROR, "%s(): unexpected return value %d",
_pam_sm_func_name[primitive], r);
}
#endif /* !defined(OPENPAM_RELAX_CHECKS) */