summaryrefslogtreecommitdiff
path: root/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:20 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:20 +0200
commit3e0b39453634e4e2e5aa83c3ba3e2c375c98554a (patch)
treecd032809fcb6ff83c4e92adbe80b7d068cf084f8 /libcli/util/doserr.c
parentdcdfc9937c6109d7c476b8fdc9c4eb88b29e8529 (diff)
downloadsamba-3e0b39453634e4e2e5aa83c3ba3e2c375c98554a.tar.gz
werror: removed WERR_NOMEM
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/doserr.c')
-rw-r--r--libcli/util/doserr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index f26ab862528..e6075fe0892 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -40,7 +40,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INVALID_PARAM", WERR_INVALID_PARAM },
{ "WERR_NOT_SUPPORTED", WERR_NOT_SUPPORTED },
{ "WERR_DUP_NAME", WERR_DUP_NAME },
- { "WERR_NOMEM", WERR_NOMEM },
{ "WERR_INVALID_NAME", WERR_INVALID_NAME },
{ "WERR_OBJECT_PATH_INVALID", WERR_OBJECT_PATH_INVALID },
{ "WERR_ALREADY_EXISTS", WERR_ALREADY_EXISTS },
@@ -2705,7 +2704,6 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_ACCESS_DENIED, "Access is denied" },
{ WERR_INVALID_PARAM, "Invalid parameter" },
{ WERR_NOT_SUPPORTED, "Not supported" },
- { WERR_NOMEM, "Out of memory" },
{ WERR_NO_LOGON_SERVERS, "No logon servers found" },
{ WERR_NO_SUCH_LOGON_SESSION, "No such logon session" },
{ WERR_DOMAIN_CONTROLLER_NOT_FOUND, "A domain controller could not be found" },