1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

werror: removed WERR_UNKNOWN_LEVEL

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2015-12-03 15:24:43 +01:00 committed by Jeremy Allison
parent 5eb28d55a7
commit d60f3f0554
2 changed files with 1 additions and 2 deletions

View File

@ -215,7 +215,6 @@ typedef uint32_t WERROR;
#define WERR_FOOBAR WERR_GEN_FAILURE #define WERR_FOOBAR WERR_GEN_FAILURE
/* TODO: remove WERR_UNKNOWN_LEVEL in all callers */ /* TODO: remove WERR_UNKNOWN_LEVEL in all callers */
#define WERR_UNKNOWN_LEVEL WERR_INVALID_LEVEL
/***************************************************************************** /*****************************************************************************
Auto-generated Win32 error from: Auto-generated Win32 error from:

View File

@ -4814,7 +4814,7 @@ WERROR _spoolss_GetPrinter(struct pipes_struct *p,
struct dcerpc_binding_handle *b; struct dcerpc_binding_handle *b;
if (r->in.level != 3) { if (r->in.level != 3) {
result = WERR_UNKNOWN_LEVEL; result = WERR_INVALID_LEVEL;
goto err_info_free; goto err_info_free;
} }