server: don't pass sk_out into accept loop
authorJens Axboe <axboe@fb.com>
Mon, 14 Dec 2015 21:26:07 +0000 (14:26 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 14 Dec 2015 21:26:07 +0000 (14:26 -0700)
Previous commit killed the use of it, just define it locally
in accept_loop().

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found