git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19efd83
)
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
author
Andrew Tridgell
<tridge@samba.org>
Sun, 5 Dec 2004 07:53:57 +0000
(07:53 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:06:22 +0000
(13:06 -0500)
source/libcli/util/errormap.c
patch
|
blob
|
history
diff --git
a/source/libcli/util/errormap.c
b/source/libcli/util/errormap.c
index cc3b9600820bd5a31b948b596cff8c0eec91789b..4a57e436c7c5ac4d3756ee69cf6c48d3372a1e25 100644
(file)
--- a/
source/libcli/util/errormap.c
+++ b/
source/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},