net: use NETSETUP flags consistently.
authorGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 14:28:56 +0000 (16:28 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 8 Sep 2008 08:17:21 +0000 (10:17 +0200)
Guenther

source/utils/net_dom.c

index 5544cf8a2da50a2609c459e9521c3ee5437ef7ba..132630de554fe8e19b685cddf524e873aaf94902 100644 (file)
@@ -143,7 +143,7 @@ static int net_dom_join(struct net_context *c, int argc, const char **argv)
        }
 
        if (c->opt_force) {
-               join_flags |= WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED;
+               join_flags |= NETSETUP_DOMAIN_JOIN_IF_JOINED;
        }
 
        for (i=0; i<argc; i++) {