summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-09-18 00:00:21 +0300
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2009-09-30 15:48:40 +0300
commit948cd70bad6600a4e4e1493469efc0ccd9399c18 (patch)
tree25b03a86625888efbcf3a66f8fe599873811754c /libcli/util/werror.h
parentd9994a604bd51949a9869927bdc2cb512fba9171 (diff)
downloadsamba-948cd70bad6600a4e4e1493469efc0ccd9399c18.tar.gz
samba-948cd70bad6600a4e4e1493469efc0ccd9399c18.tar.bz2
samba-948cd70bad6600a4e4e1493469efc0ccd9399c18.zip
w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name
In Win32 we have NERR_UserExists which maps to WERR_USER_EXISTS currently and there is ERROR_USER_EXISTS which maps to WERR_USER_ALREADY_EXISTS Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index c203938aee..fa358c1fda 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -214,7 +214,7 @@ typedef uint32_t WERROR;
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)
#define WERR_GROUP_NOT_FOUND W_ERROR(0x000008AC)
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)
-#define WERR_USER_EXISTS W_ERROR(0x000008B0)
+#define WERR_USEREXISTS W_ERROR(0x000008B0)
#define WERR_NOT_CONNECTED W_ERROR(0x000008CA)
#define WERR_NAME_NOT_FOUND W_ERROR(0x000008E1)
#define WERR_NET_NAME_NOT_FOUND W_ERROR(0x00000906)