server: don't store command tag on the stack
authorJens Axboe <axboe@fb.com>
Fri, 18 Dec 2015 16:17:41 +0000 (09:17 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 18 Dec 2015 16:17:41 +0000 (09:17 -0700)
commit28c7bcdfd49c99a2b355b537ae37899610e5a9bf
treeba5f9e9bd4cf339044ddf4ea2a055c3f06480bbd
parent3da1d33a7f501c0f67fea5463886fbf36c3f6b0a
server: don't store command tag on the stack

It'll go out-of-scope, making the server unhappy.

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