From 7263f9ca1c466358369365e3f968d76073dc7158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Dec 2015 15:24:38 +0100 Subject: [PATCH] werror: removed WERR_DFS_CANT_CREATE_JUNCT Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- libcli/util/doserr.c | 1 - libcli/util/werror.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 896bdd993d2..ee28b35465d 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -68,7 +68,6 @@ static const struct werror_code_struct dos_errs[] = { "WERR_MEMBER_IN_GROUP", WERR_MEMBER_IN_GROUP }, { "WERR_PRINTER_DRIVER_IN_USE", WERR_PRINTER_DRIVER_IN_USE }, { "WERR_STATUS_MORE_ENTRIES", WERR_STATUS_MORE_ENTRIES }, - { "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT }, { "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE }, { "WERR_INVALID_DOMAIN_ROLE", WERR_INVALID_DOMAIN_ROLE }, { "WERR_UNKNOWN_REVISION", WERR_UNKNOWN_REVISION }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index c09e484496e..9cde12c006a 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_DFS_CANT_CREATE_JUNCT W_ERROR(0x00000A6D) #define WERR_SETUP_ALREADY_JOINED W_ERROR(0x00000A83) #define WERR_SETUP_NOT_JOINED W_ERROR(0x00000A84) #define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(0x00000A85)