Changeset 932 in openpam for trunk/lib/libpam/pam_open_session.c
- Timestamp:
- Apr 26, 2017, 8:41:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libpam/pam_open_session.c
r648 r932 61 61 ENTER(); 62 62 if (flags & ~(PAM_SILENT)) 63 RETURNC(PAM_ SYMBOL_ERR);63 RETURNC(PAM_BAD_CONSTANT); 64 64 r = openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags); 65 65 RETURNC(r); … … 72 72 * =pam_sm_open_session 73 73 * !PAM_IGNORE 74 * PAM_ SYMBOL_ERR74 * PAM_BAD_CONSTANT 75 75 */ 76 76 … … 87 87 * 88 88 * If any other bits are set, =pam_open_session will return 89 * =PAM_ SYMBOL_ERR.89 * =PAM_BAD_CONSTANT. 90 90 */
Note: See TracChangeset
for help on using the changeset viewer.