summaryrefslogtreecommitdiff
path: root/FS/FS/Daemon/Preforking.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Daemon/Preforking.pm')
-rw-r--r--FS/FS/Daemon/Preforking.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Daemon/Preforking.pm b/FS/FS/Daemon/Preforking.pm
index 98b4fa6..f3a39a6 100644
--- a/FS/FS/Daemon/Preforking.pm
+++ b/FS/FS/Daemon/Preforking.pm
@@ -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();