Commit 69b0cad7 authored by dmose%mozilla.org's avatar dmose%mozilla.org

special cased DUPLICATE in the make_options() sanity-checking code

parent 054be7c4
......@@ -295,7 +295,8 @@ sub make_options {
}
if (!$found && $default ne "") {
if ( Param("strictvaluechecks") &&
($default ne $::dontchange) && ($default ne "-All-") ) {
($default ne $::dontchange) && ($default ne "-All-") &&
($default ne "DUPLICATE") ) {
print "Possible bug database corruption has been detected. " .
"Please send mail to " . Param("maintainer") . " with " .
"details of what you were doing when this message " .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment