summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-24 23:39:38 +0100
committerGünther Deschner <gd@samba.org>2008-01-24 23:41:59 +0100
commit372f74bba2650cb4f4c8f262c6cf8d761a753e81 (patch)
tree9784fded16b16900c0a92359f931615c3e87669b /source3/include/doserr.h
parent96b41578a7a4270274a6e1d97cd53a4fb42505d1 (diff)
downloadsamba-372f74bba2650cb4f4c8f262c6cf8d761a753e81.tar.gz
samba-372f74bba2650cb4f4c8f262c6cf8d761a753e81.tar.bz2
samba-372f74bba2650cb4f4c8f262c6cf8d761a753e81.zip
Add WERR_INVALID_COMPUTER_NAME.
Guenther (This used to be commit cb1ff32eff06031150a6821658152e02a4077bbd)
Diffstat (limited to 'source3/include/doserr.h')
-rw-r--r--source3/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index 546d06926a..5794fbe71c 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -202,6 +202,7 @@
#define WERR_SERVICE_ALREADY_RUNNING W_ERROR(1056)
#define WERR_SERVICE_DISABLED W_ERROR(1058)
#define WERR_SERVICE_NEVER_STARTED W_ERROR(1077)
+#define WERR_INVALID_COMPUTER_NAME W_ERROR(1210)
#define WERR_MACHINE_LOCKED W_ERROR(1271)
#define WERR_NO_LOGON_SERVERS W_ERROR(1311)
#define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312)