From: justdave%syndicomm.com <> Date: Thu, 7 Jun 2001 06:09:54 +0000 (+0000) Subject: Fix "used only once" error, per tinderbox build log. X-Git-Tag: bugzilla-2.14~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bd9a7568980d99227867a44b3ca8326e5eb329;p=thirdparty%2Fbugzilla.git Fix "used only once" error, per tinderbox build log. --- diff --git a/syncshadowdb b/syncshadowdb index 985bd16b8d..7dce870380 100755 --- a/syncshadowdb +++ b/syncshadowdb @@ -32,6 +32,7 @@ require "defparams.pl"; sub sillyness { my $zz; + open SAVEOUT,">/dev/null"; $zz = $::db; $zz = $::dbwritesallowed; }