]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix missing "}" in pakfire functions.pl.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 7 Oct 2009 16:24:06 +0000 (18:24 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 7 Oct 2009 16:24:06 +0000 (18:24 +0200)
src/pakfire/lib/functions.pl

index d2ad7e34a479ebc53850648a78e7437a316288cf..c47ff39bbdba48cc196b8b703ee8919c5c5e3d78 100644 (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);