Changeset 932 in openpam for trunk/lib/libpam/pam_setcred.c
- Timestamp:
- Apr 26, 2017, 8:41:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libpam/pam_setcred.c
r648 r932 62 62 if (flags & ~(PAM_SILENT|PAM_ESTABLISH_CRED|PAM_DELETE_CRED| 63 63 PAM_REINITIALIZE_CRED|PAM_REFRESH_CRED)) 64 RETURNC(PAM_ SYMBOL_ERR);64 RETURNC(PAM_BAD_CONSTANT); 65 65 /* XXX enforce exclusivity */ 66 66 r = openpam_dispatch(pamh, PAM_SM_SETCRED, flags); … … 74 74 * =pam_sm_setcred 75 75 * !PAM_IGNORE 76 * PAM_ SYMBOL_ERR76 * PAM_BAD_CONSTANT 77 77 */ 78 78 … … 96 96 * The latter four are mutually exclusive. 97 97 * 98 * If any other bits are set, =pam_setcred will return =PAM_ SYMBOL_ERR.98 * If any other bits are set, =pam_setcred will return =PAM_BAD_CONSTANT. 99 99 */
Note: See TracChangeset
for help on using the changeset viewer.