Fix missing "}" in pakfire functions.pl.

This commit is contained in:
Arne Fitzenreiter
2009-10-07 18:24:06 +02:00
parent c3f872da4a
commit 984e272326

View File

@@ -328,6 +328,7 @@ sub selectmirror {
logger("PING INFO: Healthcheck is disabled");
$found = 1;
return ($proto, $host, $path);
}
elsif (pinghost("$host")) {
$found = 1;
return ($proto, $host, $path);