From 3704dbd63cfd0effbd62aec140cbc48f43a92a0d Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Tue, 3 Apr 2007 18:22:05 +0200 Subject: [PATCH] Remove a ; --- clients/zyxelng.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/zyxelng.pl b/clients/zyxelng.pl index 05bf471..e41f657 100644 --- a/clients/zyxelng.pl +++ b/clients/zyxelng.pl @@ -32,7 +32,7 @@ my $switchip; #$switchip = "192.168.2.150" if $one; #$switchip = "192.168.1.1" unless $one; $switchip = $oldip; -my $switch = switch_connect($switchip); +my $switch = switch_connect($switchip) or die "Could not connect to $switchip"; my $cmds1 = <