summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-10-31 13:47:15 +0100
committerDavid Disseldorp <ddiss@samba.org>2011-10-31 16:01:35 +0100
commit8b375eef24e701a673a5d8af6639f96dc2657229 (patch)
tree979a116b9055318f6f3bc6e5bbcad92970b210c8 /source3/utils/net_ads.c
parentd5fe21c0037bdf7c95b1219911a3a5af6ee74b83 (diff)
downloadsamba-8b375eef24e701a673a5d8af6639f96dc2657229.tar.gz
samba-8b375eef24e701a673a5d8af6639f96dc2657229.tar.bz2
samba-8b375eef24e701a673a5d8af6639f96dc2657229.zip
s3: fix typo in net ads join output
Space missing from "DNS update in aclustered setup". Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Oct 31 16:01:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/utils/net_ads.c')
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index b614432292..43dda0663d 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1457,7 +1457,7 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
* net ads dns register.
*/
if (lp_clustering()) {
- d_fprintf(stderr, _("Not doing automatic DNS update in a"
+ d_fprintf(stderr, _("Not doing automatic DNS update in a "
"clustered setup.\n"));
goto done;
}