From: ivan Date: Mon, 23 Apr 2001 09:00:06 +0000 (+0000) Subject: "shouldn't hurt" (famous last words) X-Git-Tag: freeside_1_3_0~5 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ece31063b782031e21ba1f57476afab555af5363 "shouldn't hurt" (famous last words) --- diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 1902eef4b..f5c4f6139 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -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