no hash slices :(
authorMike Rylander <mrylander@gmail.com>
Fri, 25 Jul 2014 21:21:45 +0000 (17:21 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 8 Aug 2014 14:08:37 +0000 (10:08 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
SIPServer.pm

index 4b6c77c..2be20be 100644 (file)
@@ -304,7 +304,7 @@ sub mux_input {
                     success => $success,
                     transport  => $transport,
                     net_server_parts => {
-                        %$self{ qw/ils state institution account/ }
+                        map { ($_ => $$self{$_}) } qw/ils state institution account/
                     }
                 })
             );