diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-12 17:52:55 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-08-12 18:28:32 +0200 |
commit | 1df883aa39ce69b040f9d9e72125bf4b80c714a9 (patch) | |
tree | 5e9eb33f6102cf0e9ffa824d6b72b05078cbf7e9 /source3/smbd/smb2_notify.c | |
parent | 31e57ab1e5d676a60fada9b3de7acdf3fd415dbb (diff) | |
download | samba-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_notify.c')
-rw-r--r-- | source3/smbd/smb2_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_notify.c b/source3/smbd/smb2_notify.c index dbcdbac99a..390bb578a4 100644 --- a/source3/smbd/smb2_notify.c +++ b/source3/smbd/smb2_notify.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 struct tevent_req *smbd_smb2_notify_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |