ws2_32/tests: Initialize atmark (valgrind).

This commit is contained in:
André Hentschel 2011-05-31 00:30:26 +02:00 committed by Alexandre Julliard
parent e6ee2c163e
commit e47ef8ae54
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ static VOID WINAPI oob_server ( server_params *par )
{
test_params *gen = par->general;
server_memory *mem;
u_long atmark;
u_long atmark = 0;
int pos, n_recvd, n_expected = gen->n_chunks * gen->chunk_size, tmp,
id = GetCurrentThreadId();