"shouldn't hurt" (famous last words)
authorivan <ivan>
Mon, 23 Apr 2001 09:00:06 +0000 (09:00 +0000)
committerivan <ivan>
Mon, 23 Apr 2001 09:00:06 +0000 (09:00 +0000)
FS/FS/UID.pm

index 1902eef..f5c4f61 100644 (file)
@@ -78,6 +78,7 @@ sub adminsuidsetup {
 
   croak "Not running uid freeside!" unless checkeuid();
   getsecrets;
+  $dbh->disconnect if $dbh;
   $dbh = DBI->connect($datasrc,$db_user,$db_pass, {
                           'AutoCommit' => 0,
                           'ChopBlanks' => 1,
@@ -259,7 +260,7 @@ coderef into the hash %FS::UID::callback :
 
 =head1 VERSION
 
-$Id: UID.pm,v 1.5 2001-02-21 01:45:07 ivan Exp $
+$Id: UID.pm,v 1.6 2001-04-23 09:00:06 ivan Exp $
 
 =head1 BUGS