Ignore:
Timestamp:
Nov 12, 2012, 7:10:02 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/nsswitch/pam_winbind.c

    r736 r738  
    832832        _pam_log(ctx, LOG_CRIT, "Received [%s] reply from application.\n", resp->resp);
    833833
    834         if (strcasecmp(resp->resp, "yes") == 0) {
     834        if ((resp->resp != NULL) && (strcasecmp(resp->resp, "yes") == 0)) {
    835835                retval = true;
    836836        }
Note: See TracChangeset for help on using the changeset viewer.