server: use scalloc() for sk_out allocation
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2018 17:29:25 +0000 (11:29 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2018 17:29:25 +0000 (11:29 -0600)
commit87c6f22bf24da4679849ccf778451b8432c2b368
tree6c876a8b88d7df3c7ac93a8a42607d18f80889d2
parent18064c16cf8ba700ea394109d6c602aadfe499ca
server: use scalloc() for sk_out allocation

This informs valgrind that it's properly initialized.

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