summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_tcon.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-12 17:52:55 +0200
committerStefan Metzmacher <metze@samba.org>2009-08-12 18:28:32 +0200
commit1df883aa39ce69b040f9d9e72125bf4b80c714a9 (patch)
tree5e9eb33f6102cf0e9ffa824d6b72b05078cbf7e9 /source3/smbd/smb2_tcon.c
parent31e57ab1e5d676a60fada9b3de7acdf3fd415dbb (diff)
downloadsamba-1df883aa39ce69b040f9d9e72125bf4b80c714a9.tar.gz
samba-1df883aa39ce69b040f9d9e72125bf4b80c714a9.tar.bz2
samba-1df883aa39ce69b040f9d9e72125bf4b80c714a9.zip
libcli: move some common SMB and SMB2 stuff into libcli/smb/
This will hold code that's shared between source3 and source4. metze
Diffstat (limited to 'source3/smbd/smb2_tcon.c')
-rw-r--r--source3/smbd/smb2_tcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_tcon.c b/source3/smbd/smb2_tcon.c
index 4ed3fb5686..7d627c2dfa 100644
--- a/source3/smbd/smb2_tcon.c
+++ b/source3/smbd/smb2_tcon.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "smbd/globals.h"
-#include "../source4/libcli/smb2/smb2_constants.h"
+#include "../libcli/smb/smb_common.h"
static NTSTATUS smbd_smb2_tree_connect(struct smbd_smb2_request *req,
const char *in_path,