server: fix bug in going from thread_number to thread
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Mar 2012 07:15:05 +0000 (09:15 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Mar 2012 07:15:05 +0000 (09:15 +0200)
commit30ffacbf5fe598195318c6e6a1dcd0456eba400b
treefa67f60e418173ac4a6030eff36ae908f1ae7db4
parent40c605169e60d32fc321a2f9f465e76cba745489
server: fix bug in going from thread_number to thread

thread_numbers start at 1, not 0.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
server.c