From 06bab7a72f8d55c041a232d064a2902c3fea0b9e Mon Sep 17 00:00:00 2001 From: djfiander Date: Tue, 9 Jun 2009 01:43:07 +0000 Subject: [PATCH] Fix missing parens in hash dereference --- Sip/MsgType.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index 8fd2f53..2fe926e 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -1038,7 +1038,7 @@ sub handle_end_patron_session { ($trans_date) = @{$self->{fixed_fields}}; - $ils->check_inst_id($fields->{FID_INST_ID}, "handle_end_patron_session"); + $ils->check_inst_id($fields->{(FID_INST_ID)}, "handle_end_patron_session"); ($status, $screen_msg, $print_line) = $ils->end_patron_session($fields->{(FID_PATRON_ID)}); -- 2.11.0