Changeset 105 for branches/samba-3.0/source/nsswitch/winbindd_async.c
- Timestamp:
- Nov 26, 2007, 9:24:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_async.c
r39 r105 1414 1414 } 1415 1415 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 1416 1422 cont(private_data, True, response->data.user_info.acct_name, 1417 1423 response->data.user_info.full_name,
Note:
See TracChangeset
for help on using the changeset viewer.