summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-21 10:43:15 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-21 13:36:11 +0100
commita83feb2fe3e00241c340cdcab5674a250a1858ce (patch)
treef33e9481937e94cfdb47ecb789304a429d2840a4 /source4/auth/ntlm
parentbc42f251c3c0a2fd33e4b8487410f61392f8dcc3 (diff)
downloadsamba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.gz
samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.bz2
samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.zip
s4:auth: move make_server_info_netlogon_validation() function arround
metze
Diffstat (limited to 'source4/auth/ntlm')
-rw-r--r--source4/auth/ntlm/auth_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_winbind.c b/source4/auth/ntlm/auth_winbind.c
index ac63b242e4..bf75ad9eca 100644
--- a/source4/auth/ntlm/auth_winbind.c
+++ b/source4/auth/ntlm/auth_winbind.c
@@ -24,7 +24,7 @@
#include "includes.h"
#include "auth/auth.h"
#include "auth/ntlm/auth_proto.h"
-#include "auth/session_proto.h"
+#include "auth/auth_sam_reply.h"
#include "nsswitch/winbind_client.h"
#include "librpc/gen_ndr/ndr_netlogon.h"
#include "librpc/gen_ndr/ndr_winbind.h"