eliminate harmless "Database handle destroyed without explicit disconnect"
[freeside.git] / FS / bin / freeside-sqlradius-reset
index 132be75..41f3358 100755 (executable)
@@ -22,6 +22,7 @@ foreach my $export ( @exports ) {
     my $sth = $icradius_dbh->prepare("DELETE FROM $table");
     $sth->execute or die "Can't reset $table table: ". $sth->errstr;
   }
+  $icradius_dbh->disconnect;
 }
 
 foreach my $export ( @exports ) {