Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_async.c

    r39 r105  
    14141414        }
    14151415
     1416        if (response->result != WINBINDD_OK) {
     1417                DEBUG(5, ("query_user returned an error\n"));
     1418                cont(private_data, False, NULL, NULL, NULL, NULL, -1, -1);
     1419                return;
     1420        }
     1421
    14161422        cont(private_data, True, response->data.user_info.acct_name,
    14171423             response->data.user_info.full_name,
Note: See TracChangeset for help on using the changeset viewer.