From 67f56adac45cf0a034371c9ba531947db2ad8ede Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 25 Jul 2014 15:15:54 -0400 Subject: [PATCH] and look in the right place for {ils} Signed-off-by: Mike Rylander --- SIPServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIPServer.pm b/SIPServer.pm index 9c5aa84..1b4b4d8 100644 --- a/SIPServer.pm +++ b/SIPServer.pm @@ -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"); -- 2.11.0