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

tridge at samba.org tridge at samba.org
Mon Jul 4 05:55:33 GMT 2005


Author: tridge
Date: 2005-07-04 05:55:32 +0000 (Mon, 04 Jul 2005)
New Revision: 8125

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

Log:
fixed an error code mapping based on the updated torture tests




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


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/errormap.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/errormap.c	2005-07-04 05:54:41 UTC (rev 8124)
+++ branches/SAMBA_4_0/source/libcli/util/errormap.c	2005-07-04 05:55:32 UTC (rev 8125)
@@ -66,7 +66,7 @@
 	{ERRHRD,	ERRgeneral,	NT_STATUS_TIMER_NOT_CANCELED},
 	{ERRDOS,	87,	NT_STATUS_INVALID_PARAMETER},
 	{ERRDOS,	ERRbadfile,	NT_STATUS_NO_SUCH_DEVICE},
-	{ERRDOS,	ERRnofiles,	NT_STATUS_NO_SUCH_FILE},
+	{ERRDOS,	ERRbadfile,	NT_STATUS_NO_SUCH_FILE},
 	{ERRDOS,	ERRbadfunc,	NT_STATUS_INVALID_DEVICE_REQUEST},
 	{ERRDOS,	38,	NT_STATUS_END_OF_FILE},
 	{ERRDOS,	34,	NT_STATUS_WRONG_VOLUME},



More information about the samba-cvs mailing list