Bug 9288: (follow-up) minor code tweaks
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 22 Oct 2013 16:32:44 +0000 (12:32 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 20 Apr 2014 20:09:56 +0000 (20:09 +0000)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

misc/sip_cli_emulator.pl

index dc8ce53..93c80c0 100755 (executable)
@@ -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();
 }