[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Mar 18 08:12:40 MDT 2010


The branch, master has been updated
       via  a949c70... s3-selftest: fix Samba3.pm provisioning after uid/gid changes.
      from  05cad2e... s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.

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


- Log -----------------------------------------------------------------
commit a949c70ed821ea18dfd2e7218255638823c8deea
Author: Günther Deschner <gd at samba.org>
Date:   Thu Mar 18 15:12:07 2010 +0100

    s3-selftest: fix Samba3.pm provisioning after uid/gid changes.
    
    Guenther

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

Summary of changes:
 selftest/target/Samba3.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index a3faafc..18e3483 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -549,9 +549,9 @@ sub provision($$$$$$)
 	## create a test account
 	##
 
-	my $max_uid, $max_gid;
-	my $uid_nobody, $uid_root;
-	my $gid_nobody, $gid_nogroup, $gid_root;
+	my ($max_uid, $max_gid);
+	my ($uid_nobody, $uid_root);
+	my ($gid_nobody, $gid_nogroup, $gid_root);
 
 	if ($unix_uid < 0xffff - 2) {
 		$max_uid = 0xffff;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list