summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-31 02:46:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:32 -0500
commitb1d3d75c681d99f84aa2c60863597e32cdd24e66 (patch)
treefb176ac31ea7b8c0e1f4cef073d29c6bd5439000 /source4/include
parent375fe21ad686e8f8eaec9dd075bc37fef464b13e (diff)
downloadsamba-b1d3d75c681d99f84aa2c60863597e32cdd24e66.tar.gz
samba-b1d3d75c681d99f84aa2c60863597e32cdd24e66.tar.bz2
samba-b1d3d75c681d99f84aa2c60863597e32cdd24e66.zip
r11404: Another torture test and a new WERR.
Andrew Bartlett (This used to be commit de83b8cd187b28ecb30550c44f9f84e373df692e)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h
index 8fe5f2cf6c..5b8ff1dd3d 100644
--- a/source4/include/doserr.h
+++ b/source4/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)