omit spurious export triggering
authorjeff <jeff>
Tue, 2 Jan 2007 18:38:02 +0000 (18:38 +0000)
committerjeff <jeff>
Tue, 2 Jan 2007 18:38:02 +0000 (18:38 +0000)
FS/FS/svc_acct.pm

index 7cbe63f..ba95778 100644 (file)
@@ -1571,6 +1571,7 @@ sub set_usage {
   local $SIG{TSTP} = 'IGNORE';
   local $SIG{PIPE} = 'IGNORE';
 
   local $SIG{TSTP} = 'IGNORE';
   local $SIG{PIPE} = 'IGNORE';
 
+  local $FS::svc_Common::noexport_hack = 1;
   my $oldAutoCommit = $FS::UID::AutoCommit;
   local $FS::UID::AutoCommit = 0;
   my $dbh = dbh;
   my $oldAutoCommit = $FS::UID::AutoCommit;
   local $FS::UID::AutoCommit = 0;
   my $dbh = dbh;