From: Günther Deschner Date: Fri, 5 Sep 2008 14:28:56 +0000 (+0200) Subject: net: use NETSETUP flags consistently. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f48e0cacdf7ed458e0e89ab151e3d233fb89240b;p=thirdparty%2Fsamba.git net: use NETSETUP flags consistently. Guenther --- diff --git a/source/utils/net_dom.c b/source/utils/net_dom.c index 5544cf8a2da..132630de554 100644 --- a/source/utils/net_dom.c +++ b/source/utils/net_dom.c @@ -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