diff options
| author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:30 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:25 +0200 |
| commit | cbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5 (patch) | |
| tree | e9a2a03d6b98335a33c6c5ef56e0fb342d6529a8 /libcli/util | |
| parent | 5ffa3d862ad6317339f35ed27a5a9ab3b93918fd (diff) | |
| download | samba-cbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5.tar.gz samba-cbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5.tar.bz2 samba-cbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5.zip | |
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')
| -rw-r--r-- | libcli/util/doserr.c | 2 | ||||
| -rw-r--r-- | libcli/util/werror.h | 1 |
2 files changed, 0 insertions, 3 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" }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 1c9e0910743..7e08151325d 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -123,7 +123,6 @@ typedef uint32_t WERROR; #define WERR_NO_SUCH_LOGON_SESSION W_ERROR(0x00000520) #define WERR_NO_SUCH_PRIVILEGE W_ERROR(0x00000521) #define WERR_PRIVILEGE_NOT_HELD W_ERROR(0x00000522) -#define WERR_USER_ALREADY_EXISTS W_ERROR(0x00000524) #define WERR_NO_SUCH_USER W_ERROR(0x00000525) #define WERR_GROUP_EXISTS W_ERROR(0x00000526) #define WERR_NO_SUCH_GROUP W_ERROR(0x00000527) |
