1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

net: use NETSETUP flags consistently.

Guenther
(This used to be commit f48e0cacdf)
This commit is contained in:
Günther Deschner
2008-09-05 16:28:56 +02:00
parent a828a644d0
commit c464969b64

View 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++) {