werror: replace WERR_FRS_INVALID_SERVICE_PARAMETER with WERR_FRS_ERR_INVALID_SERVICE_...
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:41 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:34 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/rpc/frsapi.c

index a11872a1a753593e0fc001e2759a234139e4124d..710826a5adeae3144602667f40d3b3188423bea7 100644 (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;
        }