summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index bcd1716a6..2da7fde2f 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -147,7 +147,8 @@ CrossCheck("profiles", "userid",
["votes", "who", "bug_id"],
["longdescs", "who", "bug_id"],
["namedqueries", "userid"],
- ["components", "initialowner"]);
+ ["components", "initialowner", "value"],
+ ["components", "initialqacontact", "value", ["0"]]);
Status("Checking passwords");
SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))");