From 5f390f421551a3691c4a00e9571fd9cd77a4b78c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 19 Aug 2014 16:23:45 -0400 Subject: [PATCH] LP#1339190 more state transation handling it's not enough to pass the net_server_parts data into the ILS constructor, it needs to live within the top-level net_server instance (within the child) as well. Signed-off-by: Bill Erickson --- SIPServer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SIPServer.pm b/SIPServer.pm index 51e2254..fdd2152 100755 --- a/SIPServer.pm +++ b/SIPServer.pm @@ -470,6 +470,7 @@ sub mux_input { # build the connection we deleted after logging in $ns_parts->{ils}->use; # module name in the parent + $self->{$_} = $ns_parts->{$_} for keys %$ns_parts; $self->{ils} = $ns_parts->{ils}->new( $ns_parts->{institution}, $ns_parts->{account}, $ns_parts->{state}); -- 2.11.0