mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
werror: removed WERR_OBJECT_PATH_INVALID
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7d54fde08f
commit
52c8e96201
@ -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 },
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user