summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-28 21:00:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:56 -0500
commit1331667abf1b45abe40353ce70978294314d1a63 (patch)
tree355ad2818c72a351e363037f5483bd47fc5834c0
parent9f5c04c977c150b9e742ae625673b92c9a1acc54 (diff)
downloadsamba-1331667abf1b45abe40353ce70978294314d1a63.tar.gz
samba-1331667abf1b45abe40353ce70978294314d1a63.tar.bz2
samba-1331667abf1b45abe40353ce70978294314d1a63.zip
r3331: Add string descriptions for a couple more WERROR's
(This used to be commit 1d374cdeb09b856449287cf12a77b23296c82a1d)
-rw-r--r--source4/libcli/util/doserr.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.c b/source4/libcli/util/doserr.c
index c8e0e89078..8f997cf092 100644
--- a/source4/libcli/util/doserr.c
+++ b/source4/libcli/util/doserr.c
@@ -68,9 +68,19 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
{ "WERR_DS_OBJ_NOT_FOUND", WERR_DS_OBJ_NOT_FOUND },
+ { "WERR_GENERAL_FAILURE", WERR_GENERAL_FAILURE },
+ { "WERR_PRINTQ_FULL", WERR_PRINTQ_FULL },
+ { "WERR_NO_SPOOL_SPACE", WERR_NO_SPOOL_SPACE },
+ { "WERR_CAN_NOT_COMPLETE", WERR_CAN_NOT_COMPLETE },
+ { "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
{ NULL, W_ERROR(0) }
};
+
+
+
+/* DFS errors */
+
/*****************************************************************************
returns a windows error message. not amazingly helpful, but better than a number.
*****************************************************************************/