summaryrefslogtreecommitdiff
path: root/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:30 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:25 +0200
commitcbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5 (patch)
treee9a2a03d6b98335a33c6c5ef56e0fb342d6529a8 /libcli/util/doserr.c
parent5ffa3d862ad6317339f35ed27a5a9ab3b93918fd (diff)
downloadsamba-cbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5.tar.gz
werror: removed WERR_USER_ALREADY_EXISTS (unused, already known as WERR_USER_EXISTS)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/doserr.c')
-rw-r--r--libcli/util/doserr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index b333367e2e9..8b11b7e5eda 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -71,7 +71,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_REVISION_MISMATCH", WERR_REVISION_MISMATCH },
{ "WERR_NO_LOGON_SERVERS", WERR_NO_LOGON_SERVERS },
{ "WERR_NO_SUCH_LOGON_SESSION", WERR_NO_SUCH_LOGON_SESSION },
- { "WERR_USER_ALREADY_EXISTS", WERR_USER_ALREADY_EXISTS },
{ "WERR_NO_SUCH_USER", WERR_NO_SUCH_USER },
{ "WERR_GROUP_EXISTS", WERR_GROUP_EXISTS },
{ "WERR_NO_SUCH_GROUP", WERR_NO_SUCH_GROUP },
@@ -2707,7 +2706,6 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_PASSWORD_MUST_CHANGE, "The password must be changed" },
{ WERR_ACCOUNT_LOCKED_OUT, "Account locked out" },
{ WERR_TIME_SKEW, "Time difference between client and server" },
- { WERR_USER_ALREADY_EXISTS, "User already exists" },
{ WERR_PASSWORD_RESTRICTION, "Password does not meet restrictions" },
{ WERR_NONE_MAPPED, "Could not map names to SIDs" },
{ WERR_NO_SUCH_USER, "No such User" },