diff options
author | Günther Deschner <gd@samba.org> | 2008-09-05 16:28:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-08 10:17:21 +0200 |
commit | c464969b64c796dc067323b42d993e141d0cb7cc (patch) | |
tree | ad6d303cb3a6726d764389b478c4899545fa32b7 | |
parent | a828a644d0054117cffca02c29b33bdeb1296982 (diff) | |
download | samba-c464969b64c796dc067323b42d993e141d0cb7cc.tar.gz samba-c464969b64c796dc067323b42d993e141d0cb7cc.tar.bz2 samba-c464969b64c796dc067323b42d993e141d0cb7cc.zip |
net: use NETSETUP flags consistently.
Guenther
(This used to be commit f48e0cacdf7ed458e0e89ab151e3d233fb89240b)
-rw-r--r-- | source3/utils/net_dom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_dom.c b/source3/utils/net_dom.c index 5544cf8a2d..132630de55 100644 --- a/source3/utils/net_dom.c +++ b/source3/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<argc; i++) { |