Don't count missing sth as diffs.

This commit is contained in:
Daniel Nichter
2012-08-20 14:21:07 -06:00
parent fe6e87f1d5
commit ca9bee7ae5
2 changed files with 0 additions and 8 deletions

View File

@@ -366,10 +366,6 @@ sub _compare_rows {
if ( !$right ) {
PTDEBUG && _d('No results sth on host', $i);
$different_row_counts++;
$different_column_counts++;
$different_column_types++;
$different_column_values++;
delete $event->{results_sth};
next EVENT;
}