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

metze at samba.org metze at samba.org
Mon Oct 18 15:26:17 GMT 2004


Author: metze
Date: 2004-10-18 15:26:16 +0000 (Mon, 18 Oct 2004)
New Revision: 3044

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/libcli/util&rev=3044&nolog=1

Log:
resolve the error code for WERR_DS_OBJ_NOT_FOUND to the name

metze

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-18 15:18:05 UTC (rev 3043)
+++ branches/SAMBA_4_0/source/libcli/util/doserr.c	2004-10-18 15:26:16 UTC (rev 3044)
@@ -67,6 +67,7 @@
 	{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
 	{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
 	{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
+	{ "WERR_DS_OBJ_NOT_FOUND", WERR_DS_OBJ_NOT_FOUND },
 	{ NULL, W_ERROR(0) }
 };
 



More information about the samba-cvs mailing list