From a949c70ed821ea18dfd2e7218255638823c8deea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Mar 2010 15:12:07 +0100 Subject: s3-selftest: fix Samba3.pm provisioning after uid/gid changes. Guenther --- selftest/target/Samba3.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'selftest') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index a3faafc9849..18e3483d32a 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; -- cgit