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 <berick@esilibrary.com>
# 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});