[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2899-gb9f6904

Michael Adam obnox at samba.org
Tue Jun 17 22:20:56 GMT 2008


The branch, v3-3-test has been updated
       via  b9f6904044889328ded229b7ff04d31218f4fef8 (commit)
       via  6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e (commit)
      from  1734f9305a38eff05f0147d9c7391ef34085e7b2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit b9f6904044889328ded229b7ff04d31218f4fef8
Author: Michael Adam <obnox at samba.org>
Date:   Tue Jun 17 23:57:26 2008 +0200

    net sam: fix typo in comment
    
    Michael

commit 6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e
Author: Michael Adam <obnox at samba.org>
Date:   Tue Jun 17 23:56:42 2008 +0200

    net sam: fix typo in debug message.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_sam.c b/source/utils/net_sam.c
index 2183ed5..ce13213 100644
--- a/source/utils/net_sam.c
+++ b/source/utils/net_sam.c
@@ -996,7 +996,7 @@ static int net_sam_deletelocalgroup(struct net_context *c, int argc, const char
 }
 
 /*
- * Create a local group
+ * Create a builtin group
  */
 
 static int net_sam_createbuiltingroup(struct net_context *c, int argc, const char **argv)
@@ -1013,7 +1013,7 @@ static int net_sam_createbuiltingroup(struct net_context *c, int argc, const cha
 	}
 
 	if (!winbind_ping()) {
-		d_fprintf(stderr, "winbind seems not to run. createlocalgroup "
+		d_fprintf(stderr, "winbind seems not to run. createbuiltingroup "
 			  "only works when winbind runs.\n");
 		return -1;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list