diff --git a/mozilla/nsprpub/pr/tests/thruput.c b/mozilla/nsprpub/pr/tests/thruput.c index a52fb27bf39..654a6baca8e 100644 --- a/mozilla/nsprpub/pr/tests/thruput.c +++ b/mozilla/nsprpub/pr/tests/thruput.c @@ -51,7 +51,7 @@ static PRInt32 protocol = 6; /* TCP */ static PRFileDesc *err = NULL; static PRIntn concurrency = 1; static PRInt32 xport_buffer = -1; -static PRInt32 initial_streams = 1; +static PRUint32 initial_streams = 1; static PRInt32 buffer_size = BUFFER_SIZE; static PRThreadScope thread_scope = PR_LOCAL_THREAD;