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 /source3/include | |
parent | c3bb5b04e2b6535655dc03c870e02bd5b78a7dee (diff) | |
download | samba-8b2ba64d603dd1ef1afde621f594dc46f2133708.tar.gz samba-8b2ba64d603dd1ef1afde621f594dc46f2133708.tar.bz2 samba-8b2ba64d603dd1ef1afde621f594dc46f2133708.zip |
libds: moved enum security_types to a common header
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index d584a9db45..863ba7cf1f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1296,9 +1296,6 @@ enum protocol_types { PROTOCOL_SMB2 }; -/* security levels */ -enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN,SEC_ADS}; - /* printing types */ enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX, PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ, |