From: Günther Deschner Date: Thu, 3 Dec 2015 14:24:41 +0000 (+0100) Subject: werror: replace WERR_FRS_INVALID_SERVICE_PARAMETER with WERR_FRS_ERR_INVALID_SERVICE_... X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0bba91c7a782ab57420bf045ac43ee0afe6333b6;p=metze%2Fsamba%2Fwip.git 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 Reviewed-by: Jeremy Allison --- diff --git a/source4/torture/rpc/frsapi.c b/source4/torture/rpc/frsapi.c index a11872a1a753..710826a5adea 100644 --- a/source4/torture/rpc/frsapi.c +++ b/source4/torture/rpc/frsapi.c @@ -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; }