Changeset 738 for branches/samba-3.5.x/nsswitch/pam_winbind.c
- Timestamp:
- Nov 12, 2012, 7:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/nsswitch/pam_winbind.c
r736 r738 832 832 _pam_log(ctx, LOG_CRIT, "Received [%s] reply from application.\n", resp->resp); 833 833 834 if ( strcasecmp(resp->resp, "yes") == 0) {834 if ((resp->resp != NULL) && (strcasecmp(resp->resp, "yes") == 0)) { 835 835 retval = true; 836 836 }
Note:
See TracChangeset
for help on using the changeset viewer.