revert previous change that was committed without a message
authorNuno Goncalves <nunojpg@gmail.com>
Mon, 7 Apr 2014 00:13:26 +0000 (00:13 +0000)
committerNuno Goncalves <nunojpg@gmail.com>
Mon, 7 Apr 2014 00:13:26 +0000 (00:13 +0000)
SVN-Revision: 40398

net/sshtunnel/files/sshtunnel.init

index e44796b2db1792519fe329908c3f0c0e983196dc..4ca491f67f721e82e8cde56a463e4f784001e0b4 100644 (file)
@@ -150,7 +150,7 @@ load_server() {
         ARGS_tunnels=""
 
        count=0
-        config_foreach load_tunnelR tunnelR && config_foreach load_tunnelL tunnelL && config_foreach load_tunnelD tunnelD && config_foreach load_tunnelW tunnelW
+        config_foreach load_tunnelR tunnelR && config_foreach load_tunnelL tunnelL && config_foreach load_tunnelD tunnelD
        [ -n "$error" ]         && { logger -p user.err -t "sshtunnel" "tunnels to $server not started - $error"; return; }
        [ "$count" -eq 0 ]      && { logger -p user.err -t "sshtunnel" "tunnels to $server not started - no tunnels defined"; return; }