diff options
author | Christian Ambach <ambi@samba.org> | 2011-08-29 17:44:53 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-08-31 09:53:31 +0200 |
commit | 8ecdb5595728b153ffb6d4527de9f6abd7795a31 (patch) | |
tree | 2df62c13aad2783631062a237c784fa325682d79 /source3/lib | |
parent | d3870413d10bea9aeca5d0c9d08d19b708070ed2 (diff) | |
download | samba-8ecdb5595728b153ffb6d4527de9f6abd7795a31.tar.gz samba-8ecdb5595728b153ffb6d4527de9f6abd7795a31.tar.bz2 samba-8ecdb5595728b153ffb6d4527de9f6abd7795a31.zip |
s3:lib remove duplicate entry for "Anonymous Logon"
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_wellknown.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util_wellknown.c b/source3/lib/util_wellknown.c index 6f4054ab63..1581dfa859 100644 --- a/source3/lib/util_wellknown.c +++ b/source3/lib/util_wellknown.c @@ -53,7 +53,6 @@ static const struct rid_name_map nt_authority_users[] = { { 3, "Batch"}, { 4, "Interactive"}, { 6, "Service"}, - { 7, "AnonymousLogon"}, { 7, "Anonymous Logon"}, { 8, "Proxy"}, { 9, "ServerLogon"}, |