disconnect.

This commit is contained in:
Alexandre Anriot 2005-09-15 09:59:48 +00:00
parent e6de78f759
commit 2cb6f580d1

View file

@ -91,8 +91,6 @@ sub check_iptables() {
$sth->bind_columns(undef, \$statut);
$sth->fetch();
$dbh->disconnect();
# si entrée iptables présente mais statut non connecté, on supprime
if ($statut != 1) {
&Evoauth::Functions::Log("$ip [supprimée]\n") &&
@ -146,8 +144,6 @@ sub check_timestamp() {
}
$sth->finish();
$dbh->disconnect();
}
sub Control() {