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

tridge at samba.org tridge at samba.org
Sun Dec 5 07:43:39 GMT 2004


Author: tridge
Date: 2004-12-05 07:43:38 +0000 (Sun, 05 Dec 2004)
New Revision: 4065

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

Log:
fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILE






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	2004-12-04 14:28:06 UTC (rev 4064)
+++ branches/SAMBA_4_0/source/libcli/util/errormap.c	2004-12-05 07:43:38 UTC (rev 4065)
@@ -65,7 +65,7 @@
 	{ERRHRD,	ERRgeneral,	NT_STATUS_TIMER_NOT_CANCELED},
 	{ERRDOS,	87,	NT_STATUS_INVALID_PARAMETER},
 	{ERRDOS,	ERRbadfile,	NT_STATUS_NO_SUCH_DEVICE},
-	{ERRDOS,	ERRbadfile,	NT_STATUS_NO_SUCH_FILE},
+	{ERRDOS,	ERRnofiles,	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