and look in the right place for {ils}
authorMike Rylander <mrylander@gmail.com>
Fri, 25 Jul 2014 19:15:54 +0000 (15:15 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 8 Aug 2014 14:08:36 +0000 (10:08 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
SIPServer.pm

index 9c5aa84..1b4b4d8 100644 (file)
@@ -315,7 +315,7 @@ sub mux_input {
     if ($pid == 0) { # in kid
 
         # build the connection we deleted after logging in
-        $self->{ils} = $active_connections{$conn_id}->{ils}->new($self->{institution}, $self->{account}, $self->{state});
+        $self->{ils} = $self->{ils}->new($self->{institution}, $self->{account}, $self->{state});
 
         if (!$self->{ils}) {
             syslog('LOG_ERR', "Unable to build ILS module in mux child");