summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-26 14:19:28 +0200
committerGünther Deschner <gd@samba.org>2008-05-27 11:01:30 +0200
commit372a6c0360a295223b4ccbd9c2de63e800531231 (patch)
tree1c69ac500a3721cb9c7b409130d9d8ff5f430b0f /source3/libsmb
parent2f446d9e55d6b442a318d8fd27a935e31737675f (diff)
downloadsamba-372a6c0360a295223b4ccbd9c2de63e800531231.tar.gz
samba-372a6c0360a295223b4ccbd9c2de63e800531231.tar.bz2
samba-372a6c0360a295223b4ccbd9c2de63e800531231.zip
doserr: add WERR_REVISION_MISMATCH.
Guenther (This used to be commit 017ad275e51ff2d9ddfb4390979f16868f3e6a3f)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/doserr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/doserr.c b/source3/libsmb/doserr.c
index 450d6ee911..163656fb55 100644
--- a/source3/libsmb/doserr.c
+++ b/source3/libsmb/doserr.c
@@ -64,6 +64,7 @@ werror_code_struct dos_errs[] =
{ "WERR_DEST_NOT_FOUND", WERR_DEST_NOT_FOUND },
{ "WERR_NOT_LOCAL_DOMAIN", WERR_NOT_LOCAL_DOMAIN },
{ "WERR_USER_EXISTS", WERR_USER_EXISTS },
+ { "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 },