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

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

index b6eb4da538d80fad501ffc0b935b0adcc1d79442..20742561ff22eee18d78daeae58f1260ad5bec1e 100644 (file)
@@ -1204,7 +1204,7 @@ static bool test_NetrJoinDomain2(struct torture_context *tctx,
        struct dcerpc_binding_handle *b = p->binding_handle;
 
        /* FIXME: this test assumes to join workstations / servers and does not
-        * handle DCs (WERR_SETUP_DOMAIN_CONTROLLER) */
+        * handle DCs (WERR_NERR_SETUPDOMAINCONTROLLER) */
 
        if (!test_GetJoinInformation(tctx, p, &join_status, &join_name))
        {
@@ -1289,7 +1289,7 @@ static bool test_NetrUnjoinDomain2(struct torture_context *tctx,
        struct dcerpc_binding_handle *b = p->binding_handle;
 
        /* FIXME: this test assumes to join workstations / servers and does not
-        * handle DCs (WERR_SETUP_DOMAIN_CONTROLLER) */
+        * handle DCs (WERR_NERR_SETUPDOMAINCONTROLLER) */
 
        if (!test_GetJoinInformation(tctx, p, &join_status, &join_name))
        {