summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-19 11:29:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-19 11:29:20 +0000
commit4dbd146905f4e6ac5b849499b40993b53c868f8b (patch)
treefac6fb53556a75876f7d800fa34b958de7887f55
parent17d44206ffb02a2f7c6a69c1863c335081af4825 (diff)
downloaddrakx-backup-do-not-use-4dbd146905f4e6ac5b849499b40993b53c868f8b.tar
drakx-backup-do-not-use-4dbd146905f4e6ac5b849499b40993b53c868f8b.tar.gz
drakx-backup-do-not-use-4dbd146905f4e6ac5b849499b40993b53c868f8b.tar.bz2
drakx-backup-do-not-use-4dbd146905f4e6ac5b849499b40993b53c868f8b.tar.xz
drakx-backup-do-not-use-4dbd146905f4e6ac5b849499b40993b53c868f8b.zip
fix spurious ";" before closing block
-rw-r--r--perl-install/network/tools.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm
index d68f93747..8f81c4c1b 100644
--- a/perl-install/network/tools.pm
+++ b/perl-install/network/tools.pm
@@ -173,7 +173,7 @@ sub test_connected {
local $|=1;
my ($cmd) = @_;
- if (!defined $current_connection_status) { $current_connection_status = -1; }
+ if (!defined $current_connection_status) { $current_connection_status = -1 }
if ($cmd == 0) {
if (defined $kid_pipe_connect) {