[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Feb 8 03:55:48 MST 2010


The branch, master has been updated
       via  89c089d... s3-net: fix net ads dns usage calls.
      from  6753fb1... s3:pdb_ldap: don't search for the users primary group, if we already know it

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


- Log -----------------------------------------------------------------
commit 89c089d9934d233a6753d0536c900a2f264fc03d
Author: Günther Deschner <gd at samba.org>
Date:   Mon Feb 8 11:53:59 2010 +0100

    s3-net: fix net ads dns usage calls.
    
    Bjoern, please check.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index eff664f..3cd4fd8 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1432,9 +1432,11 @@ static int net_ads_dns_register(struct net_context *c, int argc, const char **ar
 #endif
 
 	if (argc > 0 || c->display_usage) {
-		d_printf(_("Usage:\n"),
+		d_printf(  "%s\n"
 			   "net ads dns register\n"
-			   "    ", _("Register hostname with DNS\n"));
+			   "    %s\n",
+			 _("Usage:"),
+			 _("Register hostname with DNS\n"));
 		return -1;
 	}
 
@@ -1484,7 +1486,10 @@ static int net_ads_dns_gethostbyname(struct net_context *c, int argc, const char
 #endif
 
 	if (argc != 2 || c->display_usage) {
-		d_printf(_("Usage:\n"),
+		d_printf(  "%s\n"
+			   "    %s\n"
+			   "    %s\n",
+			 _("Usage:"),
 			 _("net ads dns gethostbyname <server> <name>\n"),
 			 _("  Look up hostname from the AD\n"
 			   "    server\tName server to use\n"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list