summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-01-03 23:26:00 +0000
committerJeremy Allison <jra@samba.org>2002-01-03 23:26:00 +0000
commit6c51d90f13a40359baef08424f7ea1940f93d511 (patch)
tree1cb6370794e0209618e003d9f7e57488bd1780f5 /source
parenta0cdec3acc82d1ce0292fadd4b8dac23638450f3 (diff)
downloadsamba-6c51d90f13a40359baef08424f7ea1940f93d511.tar.gz
samba-6c51d90f13a40359baef08424f7ea1940f93d511.tar.xz
samba-6c51d90f13a40359baef08424f7ea1940f93d511.zip
Added WERROR for non local domain.
Jeremy.
Diffstat (limited to 'source')
-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 52212dc741b..09f7a36f9f3 100644
--- a/source/include/doserr.h
+++ b/source/include/doserr.h
@@ -170,6 +170,7 @@
#define WERR_BUF_TOO_SMALL W_ERROR(2123)
#define WERR_JOB_NOT_FOUND W_ERROR(2151)
#define WERR_DEST_NOT_FOUND W_ERROR(2152)
+#define WERR_NOT_LOCAL_DOMAIN W_ERROR(2320)
#define WERR_PRINTER_DRIVER_IN_USE W_ERROR(3001)
#define WERR_STATUS_MORE_ENTRIES W_ERROR(0x0105)