diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-04 15:32:28 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-05 19:28:35 +0200 |
commit | 8693a4fff95f2fa1f9c3b93429101c3b3d22218f (patch) | |
tree | 79558b09e4d1a3cd3d11164ed3e5729ed5436674 /source3/smbd/sesssetup.c | |
parent | 5a122931ede833484d9c47d7a9b5434e85b5c8d7 (diff) | |
download | samba-8693a4fff95f2fa1f9c3b93429101c3b3d22218f.tar.gz samba-8693a4fff95f2fa1f9c3b93429101c3b3d22218f.tar.bz2 samba-8693a4fff95f2fa1f9c3b93429101c3b3d22218f.zip |
s3:lib: split things into a conn_tdb.h
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jun 5 19:28:35 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/sesssetup.c')
-rw-r--r-- | source3/smbd/sesssetup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index f9ba9769b5..c0d44500f3 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -36,6 +36,7 @@ #include "smbprofile.h" #include "../libcli/security/security.h" #include "auth/gensec/gensec.h" +#include "lib/conn_tdb.h" /**************************************************************************** Add the standard 'Samba' signature to the end of the session setup. |