From 8ecdb5595728b153ffb6d4527de9f6abd7795a31 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 29 Aug 2011 17:44:53 +0200 Subject: s3:lib remove duplicate entry for "Anonymous Logon" --- source3/lib/util_wellknown.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') 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"}, -- cgit