diff options
author | Günther Deschner <gd@samba.org> | 2011-01-07 12:01:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-07 15:02:24 +0100 |
commit | 3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (patch) | |
tree | 0868b01bb903571d8141ca07124649cc56a0dad0 /source3/libsmb | |
parent | 75c8e429383d0d5d4cb13e769d66d87a64252e42 (diff) | |
download | samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.gz samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.bz2 samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.zip |
netlogon: move netlogon helpers to ../libcli/netlogon.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clidgram.h | 2 | ||||
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/clidgram.h b/source3/libsmb/clidgram.h index 640a590248..01a8a6a404 100644 --- a/source3/libsmb/clidgram.h +++ b/source3/libsmb/clidgram.h @@ -1,4 +1,4 @@ -#include "../libcli/netlogon.h" +#include "../libcli/netlogon/netlogon.h" /* The following definitions come from libsmb/clidgram.c */ diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index e7dd22ad10..64452d53a2 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -21,7 +21,7 @@ #include "includes.h" #include "libads/sitename_cache.h" #include "libads/dns.h" -#include "../libcli/netlogon.h" +#include "../libcli/netlogon/netlogon.h" #include "librpc/gen_ndr/messaging.h" #include "lib/async_req/async_sock.h" |