Add ssh.pm to the auto-reconnect-fun
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user