]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix "used only once" error, per tinderbox build log.
authorjustdave%syndicomm.com <>
Thu, 7 Jun 2001 06:09:54 +0000 (06:09 +0000)
committerjustdave%syndicomm.com <>
Thu, 7 Jun 2001 06:09:54 +0000 (06:09 +0000)
syncshadowdb

index 985bd16b8d85b094231d00f247f5bb3bddde3ada..7dce870380a1492358094fc0c1a680789a0d084a 100755 (executable)
@@ -32,6 +32,7 @@ require "defparams.pl";
 
 sub sillyness {
     my $zz;
+    open SAVEOUT,">/dev/null";
     $zz = $::db;
     $zz = $::dbwritesallowed;
 }