s3: fix typo in net ads join output
authorDavid Disseldorp <ddiss@suse.de>
Mon, 31 Oct 2011 12:47:15 +0000 (13:47 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 31 Oct 2011 15:01:35 +0000 (16:01 +0100)
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

source3/utils/net_ads.c

index b6144322928c0e3f3b0062c49b1932eae39cffb2..43dda0663dc3007e6d652142f7cd78ce6a2e8eeb 100644 (file)
@@ -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;
        }