Bug 367823: prevent addcheckin.pl from *writing* to the shadow database

r=bear


git-svn-id: svn://10.0.0.236/trunk@219083 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%bugzilla.org 2007-01-28 21:19:07 +00:00
parent 116af3ce87
commit 23e3029157

View File

@ -549,6 +549,7 @@ sub AddToDatabase {
$removelines,
$descid);
SwitchToWriteDB();
&SendSQL($checkquery, @bind_values);
my ($count) = &FetchSQLData();
if (!$count) {