summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-22 18:20:02 +1100
committerStefan Metzmacher <metze@samba.org>2009-12-22 21:07:51 +0100
commitba2cfceb9647fd37a5dc010eb83cc87494dcdf2b (patch)
treefbdb5cb5ed43cadd802dd504d50eed7d5f73e712 /source3/libsmb/ntlmssp.c
parent47bee67c054a0d2995ee391054435cbcfdfcd6da (diff)
downloadsamba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.tar.gz
samba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.tar.bz2
samba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.zip
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
(but not built in Samba4 for now)
Diffstat (limited to 'source3/libsmb/ntlmssp.c')
-rw-r--r--source3/libsmb/ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c
index 60c1d49bb0..84cba43063 100644
--- a/source3/libsmb/ntlmssp.c
+++ b/source3/libsmb/ntlmssp.c
@@ -24,7 +24,7 @@
#include "includes.h"
#include "../libcli/auth/libcli_auth.h"
#include "../librpc/gen_ndr/ndr_ntlmssp.h"
-#include "libsmb/ntlmssp_ndr.h"
+#include "../libcli/auth/ntlmssp_ndr.h"
static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state *ntlmssp_state,
DATA_BLOB reply, DATA_BLOB *next_request);