diff options
| author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:30 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:24 +0200 |
| commit | 52c8e962017e708571fd172121e48eea9b8ee2b1 (patch) | |
| tree | 18c20d760a5fd21d7aefd58bbbd1dd09214b70bc /libcli/util | |
| parent | 7d54fde08fbb6cd53b008a13feb14d5be598523f (diff) | |
| download | samba-52c8e962017e708571fd172121e48eea9b8ee2b1.tar.gz samba-52c8e962017e708571fd172121e48eea9b8ee2b1.tar.bz2 samba-52c8e962017e708571fd172121e48eea9b8ee2b1.zip | |
werror: removed WERR_OBJECT_PATH_INVALID
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.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 ce068b63ef5..173a64e1931 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -39,7 +39,6 @@ static const struct werror_code_struct dos_errs[] = { "WERR_NOT_SUPPORTED", WERR_NOT_SUPPORTED }, { "WERR_DUP_NAME", WERR_DUP_NAME }, { "WERR_INVALID_NAME", WERR_INVALID_NAME }, - { "WERR_OBJECT_PATH_INVALID", WERR_OBJECT_PATH_INVALID }, { "WERR_ALREADY_EXISTS", WERR_ALREADY_EXISTS }, { "WERR_NO_MORE_ITEMS", WERR_NO_MORE_ITEMS }, { "WERR_MORE_DATA", WERR_MORE_DATA }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 19d53200fe0..040ca7e2d8a 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -95,7 +95,6 @@ typedef uint32_t WERROR; #define WERR_SEM_TIMEOUT W_ERROR(0x00000079) #define WERR_INSUFFICIENT_BUFFER W_ERROR(0x0000007A) #define WERR_INVALID_NAME W_ERROR(0x0000007B) -#define WERR_OBJECT_PATH_INVALID W_ERROR(0x000000A1) #define WERR_ALREADY_EXISTS W_ERROR(0x000000B7) #define WERR_MORE_DATA W_ERROR(0x000000EA) #define WERR_NO_MORE_ITEMS W_ERROR(0x00000103) |
