Changeset 740 for vendor/current/libgpo/gpo_fetch.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libgpo/gpo_fetch.c
r414 r740 26 26 #include "param/param.h" 27 27 #include "libcli/resolve/resolve.h" 28 #include "../lib/tevent/tevent.h"28 #include <tevent.h> 29 29 #include "libcli/libcli.h" 30 30 #include "libcli/raw/libcliraw.h" … … 33 33 #include "libgpo/gpo_s4.h" 34 34 #include "lib/util/util.h" 35 #else 36 #include "libgpo/gpo_proto.h" 37 #include "libsmb/libsmb.h" 35 38 #endif 36 39 … … 149 152 CLI_FULL_CONNECTION_USE_KERBEROS | 150 153 CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS, 151 Undefined , NULL);154 Undefined); 152 155 if (!NT_STATUS_IS_OK(result)) { 153 156 DEBUG(10,("check_refresh_gpo: "
Note:
See TracChangeset
for help on using the changeset viewer.