summaryrefslogtreecommitdiff
path: root/source4/libcli/util/errormap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-05 07:53:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:22 -0500
commit14c65343b052be4766fc27e17488f95fb201cb4f (patch)
treecd5808a183ea5a8f4855dee03afeb0b93438316c /source4/libcli/util/errormap.c
parent41999d67c1980e0631c4f357d3825cfda9b9fc1a (diff)
downloadsamba-14c65343b052be4766fc27e17488f95fb201cb4f.tar.gz
samba-14c65343b052be4766fc27e17488f95fb201cb4f.tar.bz2
samba-14c65343b052be4766fc27e17488f95fb201cb4f.zip
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
(This used to be commit 335b1c6a52b2e437e7f16a84ba547e5387ef64d1)
Diffstat (limited to 'source4/libcli/util/errormap.c')
-rw-r--r--source4/libcli/util/errormap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c
index cc3b960082..4a57e436c7 100644
--- a/source4/libcli/util/errormap.c
+++ b/source4/libcli/util/errormap.c
@@ -51,6 +51,7 @@ static const struct {
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},