diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-05-07 13:32:20 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-08 10:56:27 +0200 |
commit | 8b2ba64d603dd1ef1afde621f594dc46f2133708 (patch) | |
tree | 78704e85c31102c3cb0cc73823106da8ba807103 /source4/smb_server/smb_server.h | |
parent | c3bb5b04e2b6535655dc03c870e02bd5b78a7dee (diff) | |
download | samba-8b2ba64d603dd1ef1afde621f594dc46f2133708.tar.gz |
libds: moved enum security_types to a common header
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r-- | source4/smb_server/smb_server.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index 83612194fff..6fcd9787bb7 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -22,6 +22,7 @@ #include "libcli/raw/request.h" #include "libcli/raw/interfaces.h" #include "lib/socket/socket.h" +#include "libds/common/roles.h" #include "../lib/util/dlinklist.h" #include "../librpc/gen_ndr/nbt.h" @@ -265,8 +266,6 @@ struct smbsrv_request { struct smb_request_buffer out; }; -enum security_types {SEC_SHARE,SEC_USER}; - /* smb server context structure. This should contain all the state * information associated with a SMB server connection */ |