mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: replace WERR_FRS_INVALID_SERVICE_PARAMETER with WERR_FRS_ERR_INVALID_SERVICE_PARAMETER in source4/torture/rpc/frsapi.c
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
21a343121a
commit
0bba91c7a7
@ -154,7 +154,7 @@ static bool test_IsPathReplicated(struct torture_context *tctx,
|
||||
bool ret = true;
|
||||
|
||||
if (!test_IsPathReplicated_err(tctx, b, NULL, 0,
|
||||
WERR_FRS_INVALID_SERVICE_PARAMETER)) {
|
||||
WERR_FRS_ERR_INVALID_SERVICE_PARAMETER)) {
|
||||
ret = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user