Signed-off-by: Bill Erickson <berick@esilibrary.com>
# build the connection we deleted after logging in
$self->{ils} = $active_connections{$conn_id}->{ils}->new($self->{institution}, $self->{account});
+ if (!$self->{ils}) {
+ syslog('LOG_ERR', "Unable to build ILS module in mux child");
+ exit(0);
+ }
+
# build the connection we deleted after logging in
my $input = Sip::read_SIP_packet($str_fh);
$input =~ s/[\r\n]+$//sm; # Strip off any trailing line ends