From f4aa386cde5cd682eb563463c1a52950bb0e8dc8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Oct 2016 22:41:11 +0200 Subject: kill useless argument --- iurt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iurt') diff --git a/iurt b/iurt index 085f3cc..f16d22f 100755 --- a/iurt +++ b/iurt @@ -690,7 +690,7 @@ if ($run{shell}) { create_temp_chroot(\%run, $config, $chroot_tmp, $chroot_ref) or die "FATAL $program_name: could not create temporary chroot"; } - add_local_user($chroot_tmp, \%run, $config, $luser, $run{uid}) or die "FATAL $program_name: could not add local user"; + add_local_user($chroot_tmp, $config, $luser, $run{uid}) or die "FATAL $program_name: could not add local user"; #$urpmi->set_command($chroot_tmp); $urpmi->urpmi_command($chroot_tmp); @@ -777,7 +777,7 @@ retry: #($maintainer, $cc) = ($config->{admin},''); plog('DEBUG', "creating user $luser in chroot $chroot_tmp"); - add_local_user($chroot_tmp, \%run, $config, $luser, $run{uid}) or return $srpm; + add_local_user($chroot_tmp, $config, $luser, $run{uid}) or return $srpm; my $old_srpm = $srpm; my ($ret, $spec); -- cgit v1.2.1