summaryrefslogtreecommitdiff
path: root/source4/libcli/util/errormap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-25 07:56:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:41 -0500
commite1c43f243a7dea8c8a7ae235252091d1e18c2fb4 (patch)
treead1d835241b4bd241992737315237d89a6d5ae1f /source4/libcli/util/errormap.c
parent3b252b765d42637e48b4c04d78364b478699b9fc (diff)
downloadsamba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.tar.gz
samba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.tar.bz2
samba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.zip
r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE
- force disable spnego in the RAW-CONTEXT test (it breaks the test) (This used to be commit 3f247ec21c59af92b420a3e550552b5a1f1f08e2)
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 ce7832eaac..91ebddc181 100644
--- a/source4/libcli/util/errormap.c
+++ b/source4/libcli/util/errormap.c
@@ -747,6 +747,7 @@ static const struct {
{ERRSRV, ERRnoroom, NT_STATUS_DISK_FULL},
{ERRSRV, ERRnoresource, NT_STATUS_REQUEST_NOT_ACCEPTED},
{ERRSRV, ERRtoomanyuids, NT_STATUS_TOO_MANY_SESSIONS},
+ {ERRSRV, ERRbaduid, NT_STATUS_INVALID_HANDLE},
{ERRSRV, 123, NT_STATUS_OBJECT_NAME_INVALID},
{ERRSRV, 206, NT_STATUS_OBJECT_NAME_INVALID},
{ERRHRD, 1, NT_STATUS_NOT_IMPLEMENTED},