]> git.ipfire.org Git - people/stevee/network.git/commitdiff
pppoe: Fix syntax error.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Jun 2012 19:25:32 +0000 (19:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Jun 2012 19:25:32 +0000 (19:25 +0000)
hooks/zones/pppoe

index 1b73733428dde60dd8f6502f0d6a01352051684e..fddec9d3e0932c4593943ed9f2e94d6466bc8b63 100755 (executable)
@@ -195,7 +195,7 @@ function _status() {
 
 function _ppp-ip-pre-up() {
        local zone=${1}
-       assert isset ${zone}
+       assert isset zone
 
        # Read the configuration.
        zone_config_read ${zone}
@@ -208,7 +208,7 @@ function _ppp-ip-pre-up() {
 
 function _ppp-ip-down() {
        local zone=${1}
-       assert isset ${zone}
+       assert isset zone
 
        # Read the configuation.
        zone_config_read ${zone}