svn commit: samba r3331 - in branches/SAMBA_4_0/source/libcli/util: .

jelmer at samba.org jelmer at samba.org
Thu Oct 28 21:00:38 GMT 2004


Author: jelmer
Date: 2004-10-28 21:00:38 +0000 (Thu, 28 Oct 2004)
New Revision: 3331

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3331

Log:
Add string descriptions for a couple more WERROR's

Modified:
   branches/SAMBA_4_0/source/libcli/util/doserr.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/doserr.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/doserr.c	2004-10-28 19:14:26 UTC (rev 3330)
+++ branches/SAMBA_4_0/source/libcli/util/doserr.c	2004-10-28 21:00:38 UTC (rev 3331)
@@ -68,9 +68,19 @@
 	{ "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.
  *****************************************************************************/



More information about the samba-cvs mailing list