summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-28 17:19:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:02 -0500
commit505fd4eb9901a1ff8ecbd244fe2227eae59ca2d6 (patch)
tree3528bf9132e526aa9ac7a5d7d571a4a100a2ea41 /source4/libcli
parentb1a80dcec0056fbbdcca74e6a4b686ff764c1f50 (diff)
downloadsamba-505fd4eb9901a1ff8ecbd244fe2227eae59ca2d6.tar.gz
samba-505fd4eb9901a1ff8ecbd244fe2227eae59ca2d6.tar.bz2
samba-505fd4eb9901a1ff8ecbd244fe2227eae59ca2d6.zip
r21591: add new error code
metze (This used to be commit 04da3db29d57ffeab3ba39551b326b8c176a5bcb)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/util/doserr.c1
-rw-r--r--source4/libcli/util/doserr.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.c b/source4/libcli/util/doserr.c
index 3f646f4be5..716ca438db 100644
--- a/source4/libcli/util/doserr.c
+++ b/source4/libcli/util/doserr.c
@@ -73,6 +73,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_DFS_NO_SUCH_SERVER", WERR_DFS_NO_SUCH_SERVER },
{ "WERR_DFS_INTERNAL_ERROR", WERR_DFS_INTERNAL_ERROR },
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
+ { "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },
{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
{ "WERR_UNKNOWN_REVISION", WERR_UNKNOWN_REVISION },
{ "WERR_REVISION_MISMATCH", WERR_REVISION_MISMATCH },
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index 69499c17e9..a45831347f 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -200,6 +200,7 @@
#define WERR_NO_SUCH_PRIVILEGE W_ERROR(1313)
#define WERR_PRIVILEGE_NOT_HELD W_ERROR(1314)
#define WERR_NO_SUCH_USER W_ERROR(1317)
+#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
#define WERR_NO_SYSTEM_RESOURCES W_ERROR(1450)