diff options
Diffstat (limited to 'contrib/openpam/lib/openpam_dispatch.c')
-rw-r--r-- | contrib/openpam/lib/openpam_dispatch.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/openpam/lib/openpam_dispatch.c b/contrib/openpam/lib/openpam_dispatch.c index 1582edb8ce09..b663d5ab9332 100644 --- a/contrib/openpam/lib/openpam_dispatch.c +++ b/contrib/openpam/lib/openpam_dispatch.c @@ -47,6 +47,8 @@ static void _openpam_check_error_code(int, int); #endif /* !defined(OPENPAM_RELAX_CHECKS) */ /* + * OpenPAM internal + * * Execute a module chain */ @@ -210,3 +212,9 @@ _openpam_check_error_code(int primitive, int r) _pam_sm_func_name[primitive], r); } #endif /* !defined(OPENPAM_RELAX_CHECKS) */ + +/* + * NODOC + * + * Error codes: + */ |