1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/lib/netapi/

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:41 +01:00
committed by Jeremy Allison
parent bf03690ca6
commit a72a52fca1
9 changed files with 34 additions and 34 deletions

View File

@ -126,7 +126,7 @@ WERROR NetFileGetInfo_r(struct libnetapi_ctx *ctx,
case 3:
break;
default:
return WERR_UNKNOWN_LEVEL;
return WERR_INVALID_LEVEL;
}
werr = libnetapi_get_binding_handle(ctx, r->in.server_name,
@ -197,7 +197,7 @@ WERROR NetFileEnum_r(struct libnetapi_ctx *ctx,
case 3:
break;
default:
return WERR_UNKNOWN_LEVEL;
return WERR_INVALID_LEVEL;
}
werr = libnetapi_get_binding_handle(ctx, r->in.server_name,