diff options
author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:38 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:30 +0200 |
commit | 7263f9ca1c466358369365e3f968d76073dc7158 (patch) | |
tree | b69b9a77d03df24be47539d19b8bd49b6e75a893 /libcli | |
parent | 7186ecac9434dc3b75925a01be45ad98de8d88de (diff) | |
download | samba-7263f9ca1c466358369365e3f968d76073dc7158.tar.gz |
werror: removed WERR_DFS_CANT_CREATE_JUNCT
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/doserr.c | 1 | ||||
-rw-r--r-- | libcli/util/werror.h | 1 |
2 files changed, 0 insertions, 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) |