summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index e7da73851..c4ad20f0e 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -478,7 +478,7 @@ my $lastb = 0;
my @list;
while (1) {
my ($b, $k) = FetchSQLData();
- if (!defined $b || $b ne $lastb) {
+ if (!defined $b || $b != $lastb) {
if (@list) {
$realk{$lastb} = join(', ', @list);
}