summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:37 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:29 +0200
commitde8e685f3fe50a7ae5c2aeea8a271cb21ba6ac93 (patch)
treed2e2b504bed239796a497195813219567d9b4bd6 /libcli/util
parentd5cef966ce7769c429107e37af12d419e8fb292e (diff)
downloadsamba-de8e685f3fe50a7ae5c2aeea8a271cb21ba6ac93.tar.gz
werror: removed WERR_TIME_DIFF_AT_DC (unused, already known as WERR_NERR_TIMEDIFFATDC)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util')
-rw-r--r--libcli/util/doserr.c1
-rw-r--r--libcli/util/werror.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 86d34dc506f..39b53fa2416 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -54,7 +54,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
{ "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
{ "WERR_DOMAIN_CONTROLLER_NOT_FOUND", WERR_DOMAIN_CONTROLLER_NOT_FOUND },
- { "WERR_TIME_DIFF_AT_DC", WERR_TIME_DIFF_AT_DC },
{ "WERR_SETUP_NOT_JOINED", WERR_SETUP_NOT_JOINED },
{ "WERR_SETUP_ALREADY_JOINED", WERR_SETUP_ALREADY_JOINED },
{ "WERR_SETUP_DOMAIN_CONTROLLER", WERR_SETUP_DOMAIN_CONTROLLER },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 77a1be72f48..0c0180a4336 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
-#define WERR_TIME_DIFF_AT_DC W_ERROR(0x00000999)
#define WERR_DFS_NO_SUCH_VOL W_ERROR(0x00000A66)
#define WERR_DFS_NO_SUCH_SHARE W_ERROR(0x00000A69)
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(0x00000A71)