From 330838dd9923b383d4e364483801cb9828942a94 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 20 Sep 2004 06:53:31 +0000 Subject: - update conf --- mdkupdate | 1 - 1 file changed, 1 deletion(-) diff --git a/mdkupdate b/mdkupdate index 8d939e76..2b57bd62 100755 --- a/mdkupdate +++ b/mdkupdate @@ -99,7 +99,6 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { if (! -s "$confdir/mdkupdate.rpms" || $opt eq '--auto') { #- send configuration and get back key to use... my $r; - ($r, $new{CURRENTKEY}) = send_conf_update($new{LOGIN}, $new{PASS}, $new{MACHINE}); if ($r eq 'TRUE') { delete $new{OLDKEY}; setVarsInSh($conffile, \%new) } } else { -- cgit v1.2.1