summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-31 02:46:15 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-10-31 02:46:15 +0000
commita46cdd57f8a355992bc14a0c3f486a910ed4a0f0 (patch)
tree3b9fe9a419edf863180d91dbc14525f6a8e2dcf1 /source/include
parent0b7c58770d55514dce5e1f1512fc841c1b682400 (diff)
downloadsamba-a46cdd57f8a355992bc14a0c3f486a910ed4a0f0.tar.gz
samba-a46cdd57f8a355992bc14a0c3f486a910ed4a0f0.tar.xz
samba-a46cdd57f8a355992bc14a0c3f486a910ed4a0f0.zip
r11404: Another torture test and a new WERR.
Andrew Bartlett
Diffstat (limited to 'source/include')
-rw-r--r--source/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/doserr.h b/source/include/doserr.h
index 8fe5f2cf6cb..5b8ff1dd3de 100644
--- a/source/include/doserr.h
+++ b/source/include/doserr.h
@@ -187,6 +187,7 @@
#define WERR_NO_MORE_ITEMS W_ERROR(259)
#define WERR_MORE_DATA W_ERROR(234)
#define WERR_CAN_NOT_COMPLETE W_ERROR(1003)
+#define WERR_INVALID_COMPUTERNAME W_ERROR(1210)
#define WERR_INVALID_DOMAINNAME W_ERROR(1212)
#define WERR_UNKNOWN_REVISION W_ERROR(1305)
#define WERR_REVISION_MISMATCH W_ERROR(1306)