X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/76a30d074c1656141e57a3402805f07a1a5c90e8..8bb9d875e22b456711478e9d9972d458e8eb0d48:/ipif/udptunnel diff --git a/ipif/udptunnel b/ipif/udptunnel index fee4765..0698d87 100755 --- a/ipif/udptunnel +++ b/ipif/udptunnel @@ -98,7 +98,7 @@ # along with userv-utils; if not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: udptunnel,v 1.13 2000/05/30 23:51:00 ian Exp $ +# $Id: udptunnel,v 1.14 2000/05/31 00:58:53 ian Exp $ use Socket; use POSIX; @@ -189,7 +189,7 @@ while ($ARGV[0] =~ m/^-/) { $encrarg= arg_value($_,'-e'); push @remoteopts, "-e$encrarg"; @thisencryption= split m#/#, $encrarg; - $thisencryption[0] =~ s/^/\!/; + $thisencryption[0] =~ s/^/\|/; push @encryption, @thisencryption; } elsif (s/^-m/-/) { $masq= 1;