Add ssh.pm to the auto-reconnect-fun

This commit is contained in:
2025-05-27 01:30:50 +02:00
parent e0bab3a7b4
commit 999bc6c8c8

View File

@ -15,6 +15,7 @@ sub new {
sub fetch {
my $self = shift;
$self->{'config'}->db_connect();
$self->{'dbh'} = $self->{'config'}->get_dbh unless($self->{'dbh'});
my $seq = $self->{'seq'} || 0;
my $retmsg;