The branch, master has been updated
       via  8b375ee s3: fix typo in net ads join output
      from  d5fe21c s3: Fix some nonempty blank lines

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8b375eef24e701a673a5d8af6639f96dc2657229
Author: David Disseldorp <[email protected]>
Date:   Mon Oct 31 13:47:15 2011 +0100

    s3: fix typo in net ads join output
    
    Space missing from "DNS update in aclustered setup".
    
    Autobuild-User: David Disseldorp <[email protected]>
    Autobuild-Date: Mon Oct 31 16:01:35 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_ads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index b614432..43dda06 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;
        }


-- 
Samba Shared Repository

Reply via email to