multiple payment options, RT#23741
[freeside.git] / FS / FS / Daemon / Preforking.pm
index 98b4fa6..f3a39a6 100644 (file)
@@ -96,6 +96,7 @@ sub daemon_run {
   #parent doesn't need to hold a DB connection open
   dbh->disconnect;
   undef $FS::UID::dbh;
+  undef $RT::Handle;
 
   server_spawn(MAX_PROCESSES);
   POE::Kernel->run();