diff options
Diffstat (limited to 'contrib/openpam/lib/pam_acct_mgmt.c')
| -rw-r--r-- | contrib/openpam/lib/pam_acct_mgmt.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/openpam/lib/pam_acct_mgmt.c b/contrib/openpam/lib/pam_acct_mgmt.c index d88a24e70962..3187e8d4eb4f 100644 --- a/contrib/openpam/lib/pam_acct_mgmt.c +++ b/contrib/openpam/lib/pam_acct_mgmt.c @@ -54,3 +54,11 @@ pam_acct_mgmt(pam_handle_t *pamh, return (openpam_dispatch(pamh, PAM_SM_ACCT_MGMT, flags)); } + +/* + * Error codes: + * + * =openpam_dispatch + * =pam_sm_acct_mgmt + * !PAM_IGNORE + */ |
