wbemprox: Set the row count in fill_processor.

This commit is contained in:
Hans Leidekker 2012-06-27 11:33:31 +02:00 committed by Alexandre Julliard
parent d1f0fe954f
commit 211469dd06
1 changed files with 3 additions and 0 deletions

View File

@ -376,6 +376,9 @@ static void fill_processor( struct table *table )
rec->device_id = heap_strdupW( device_id );
offset += sizeof(*rec);
}
TRACE("created %u rows\n", count);
table->num_rows = count;
}
static void fill_os( struct table *table )