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

tridge at samba.org tridge at samba.org
Sun Dec 5 07:53:57 GMT 2004


Author: tridge
Date: 2004-12-05 07:53:57 +0000 (Sun, 05 Dec 2004)
New Revision: 4066

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

Log:
add a mapping for NT_STATUS_NO_MORE_ENTRIES







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-05 07:43:38 UTC (rev 4065)
+++ branches/SAMBA_4_0/source/libcli/util/errormap.c	2004-12-05 07:53:57 UTC (rev 4066)
@@ -51,6 +51,7 @@
 	NTSTATUS ntstatus;
 } ntstatus_to_dos_map[] = {
 	{ERRDOS,	ERRnofiles,	STATUS_NO_MORE_FILES},
+	{ERRDOS,	ERRnofiles,	NT_STATUS_NO_MORE_ENTRIES},
 	{ERRDOS,	ERRgeneral,	NT_STATUS_UNSUCCESSFUL},
 	{ERRDOS,	ERRbadfunc,	NT_STATUS_NOT_IMPLEMENTED},
 	{ERRDOS,	87,	NT_STATUS_INVALID_INFO_CLASS},



More information about the samba-cvs mailing list