From 887829613fd12c04694d80975c7a6c8244c2574e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 22 Oct 2013 12:32:44 -0400 Subject: [PATCH] Bug 9288: (follow-up) minor code tweaks Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- misc/sip_cli_emulator.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl index dc8ce537a6..93c80c0135 100755 --- a/misc/sip_cli_emulator.pl +++ b/misc/sip_cli_emulator.pl @@ -18,7 +18,7 @@ my $location_code; my $patron_identifier; my $patron_password; -my $terminator; +my $terminator = q{}; GetOptions( "a|address|host|hostaddress=s" => \$host, # sip server ip @@ -43,7 +43,7 @@ if ( $help || !$patron_identifier || !$patron_password ) { - print help(); + print &help(); exit(); } -- 2.39.5