1
0
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:
Günther Deschner 2015-12-03 15:24:41 +01:00 committed by Jeremy Allison
parent 21a343121a
commit 0bba91c7a7

View File

@ -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;
}