Skip to content
Snippets Groups Projects
Commit 211469dd authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

wbemprox: Set the row count in fill_processor.

parent d1f0fe95
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment