Changeset 740 for vendor/current/source3/libads/cldap.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libads/cldap.c
r414 r740 24 24 #include "../libcli/cldap/cldap.h" 25 25 #include "../lib/tsocket/tsocket.h" 26 #include "libads/cldap.h" 26 27 27 28 /******************************************************************* … … 93 94 io.in.map_response = false; 94 95 95 status = cldap_netlogon(cldap, NULL,reply, &io);96 status = cldap_netlogon(cldap, reply, &io); 96 97 if (!NT_STATUS_IS_OK(status)) { 97 98 DEBUG(2,("cldap_netlogon() failed: %s\n", nt_errstr(status)));
Note:
See TracChangeset
for help on using the changeset viewer.