From ece31063b782031e21ba1f57476afab555af5363 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 23 Apr 2001 09:00:06 +0000 Subject: [PATCH] "shouldn't hurt" (famous last words) --- FS/FS/UID.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0