summaryrefslogtreecommitdiff
path: root/source4/libcli/util
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-23 19:04:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:15 -0500
commit333557e28fc1c1934756b96f08711e050568926f (patch)
tree8ab06da8b3dd862e5d50ceb99865181c2f5e5c55 /source4/libcli/util
parent3f028fb5505721eb35d0651fe49c881d43a8b1b3 (diff)
downloadsamba-333557e28fc1c1934756b96f08711e050568926f.tar.gz
samba-333557e28fc1c1934756b96f08711e050568926f.tar.bz2
samba-333557e28fc1c1934756b96f08711e050568926f.zip
r18847: Add WERR_NO_SYSTEM_RESOURCES showing up in dfs torture testing.
Guenther (This used to be commit 692746ff8d1352a93a19ba9d537ca894a2ea186f)
Diffstat (limited to 'source4/libcli/util')
-rw-r--r--source4/libcli/util/doserr.c1
-rw-r--r--source4/libcli/util/doserr.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.c b/source4/libcli/util/doserr.c
index c0a4e2cb96..ed1700aeb0 100644
--- a/source4/libcli/util/doserr.c
+++ b/source4/libcli/util/doserr.c
@@ -82,6 +82,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_PRIVILEGE_NOT_HELD", WERR_PRIVILEGE_NOT_HELD },
{ "WERR_NO_SUCH_USER", WERR_NO_SUCH_USER },
{ "WERR_NO_SUCH_DOMAIN", WERR_NO_SUCH_DOMAIN },
+ { "WERR_NO_SYSTEM_RESOURCES", WERR_NO_SYSTEM_RESOURCES },
{ "WERR_DS_SERVICE_BUSY", WERR_DS_SERVICE_BUSY },
{ "WERR_DS_SERVICE_UNAVAILABLE", WERR_DS_SERVICE_UNAVAILABLE },
{ "WERR_DS_NO_SUCH_OBJECT", WERR_DS_NO_SUCH_OBJECT },
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index d80cdd1052..d5a6b2e90d 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -200,6 +200,7 @@
#define WERR_NO_SUCH_USER W_ERROR(1317)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
+#define WERR_NO_SYSTEM_RESOURCES W_ERROR(1450)
#define WERR_SERVER_UNAVAILABLE W_ERROR(1722)
#define WERR_INVALID_FORM_NAME W_ERROR(1902)
#define WERR_INVALID_FORM_SIZE W_ERROR(1903)