diff options
Diffstat (limited to 'contrib/openpam/lib/pam_setcred.c')
-rw-r--r-- | contrib/openpam/lib/pam_setcred.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/pam_setcred.c b/contrib/openpam/lib/pam_setcred.c index dd53bf9..1326e50 100644 --- a/contrib/openpam/lib/pam_setcred.c +++ b/contrib/openpam/lib/pam_setcred.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_setcred.c#6 $ + * $P4: //depot/projects/openpam/lib/pam_setcred.c#7 $ */ #include <sys/param.h> @@ -71,7 +71,7 @@ pam_setcred(pam_handle_t *pamh, * Establish the credentials of the target user. * PAM_DELETE_CRED: * Revoke all established credentials. - * PAM_REINITIALISE_CRED: + * PAM_REINITIALIZE_CRED: * Fully reinitialise credentials. * PAM_REFRESH_CRED: * Refresh credentials. |