Fixed little typo.

This commit is contained in:
Christian Schmidt
2011-01-21 18:01:49 +01:00
parent bb893dcd86
commit 9f9298d994

View File

@@ -32,7 +32,7 @@ while ( $i == 0){
$round++;
# Reset roundcounter after 10 min. To do established check.
if ($round > 9) { $round==0 }
if ($round > 9) { $round=0; }
if (open(FILE, "<${General::swroot}/vpn/config")) { @vpnsettings = <FILE>;
close(FILE);