diff options
author | lpsolit%gmail.com <> | 2005-11-14 02:50:47 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-11-14 02:50:47 +0100 |
commit | 03352ccf9bdb6b816e0650f8f76e008a17df87c0 (patch) | |
tree | 8a641b8c42abdd70b94bb3a9c87fe9a0788cb6be /buglist.cgi | |
parent | e4fa51953ec018c733040ccf9a478b2e8aac0bac (diff) | |
download | bugzilla-03352ccf9bdb6b816e0650f8f76e008a17df87c0.tar.gz bugzilla-03352ccf9bdb6b816e0650f8f76e008a17df87c0.tar.xz |
Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index f39bb14b8..c46141638 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -870,7 +870,7 @@ if ($serverpush) { # Connect to the shadow database if this installation is using one to improve # query performance. -Bugzilla->switch_to_shadow_db(); +$dbh = Bugzilla->switch_to_shadow_db(); # Normally, we ignore SIGTERM and SIGPIPE (see globals.pl) but we need to # respond to them here to prevent someone DOSing us by reloading a query |