summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-06 13:31:27 +0100
committerGünther Deschner <gd@samba.org>2008-11-06 13:40:47 +0100
commit0be668f147e65cdd8614c6308c7d5ea1bc25f8f5 (patch)
tree34599188a64352d274c290080c0def2f051749f1 /libcli/util/werror.h
parent87f563c2308b761bc9c42caf5ab240746004e908 (diff)
downloadsamba-0be668f147e65cdd8614c6308c7d5ea1bc25f8f5.tar.gz
samba-0be668f147e65cdd8614c6308c7d5ea1bc25f8f5.tar.bz2
samba-0be668f147e65cdd8614c6308c7d5ea1bc25f8f5.zip
doserr: add WERR_NO_TRUST_SAM_ACCOUNT.
Guenther
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index fe819fce5e..0d99c7bb31 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -136,6 +136,7 @@ typedef uint32_t WERROR;
#define WERR_TIME_SKEW W_ERROR(1398)
#define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(1500)
#define WERR_SERVER_UNAVAILABLE W_ERROR(1722)
+#define WERR_NO_TRUST_SAM_ACCOUNT W_ERROR(1787)
#define WERR_INVALID_FORM_NAME W_ERROR(1902)
#define WERR_INVALID_FORM_SIZE W_ERROR(1903)
#define WERR_PASSWORD_MUST_CHANGE W_ERROR(1907)