From: Christian Schmidt Date: Fri, 21 Jan 2011 17:01:49 +0000 (+0100) Subject: Fixed little typo. X-Git-Tag: v2.9-core45~1^2~23 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9f9298d99459a03e3497f67a8accdf7c29c6a96a Fixed little typo. --- diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 32a854983e..ee6807cdbc 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -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 = ; close(FILE);