Sort the function names in the correct order (which is not the

alphabetical order).

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@50 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-02-13 00:37:01 +00:00
parent f62e36ce55
commit ee40844c72
1 changed files with 4 additions and 4 deletions

View File

@ -47,12 +47,12 @@ SET_DECLARE(_openpam_modules, pam_module_t);
#endif
const char *_pam_sm_func_name[PAM_NUM_PRIMITIVES] = {
"pam_sm_acct_mgmt",
"pam_sm_authenticate",
"pam_sm_chauthtok",
"pam_sm_close_session",
"pam_sm_setcred",
"pam_sm_acct_mgmt",
"pam_sm_open_session",
"pam_sm_setcred"
"pam_sm_close_session",
"pam_sm_chauthtok"
};
static pam_module_t *modules;