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:
committed by
Jeremy Allison
parent
bf03690ca6
commit
a72a52fca1
@ -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,
|
||||
|
Reference in New Issue
Block a user