engines/http: fix use of uninitialized variable
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Aug 2018 15:30:21 +0000 (09:30 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Aug 2018 15:30:21 +0000 (09:30 -0600)
commitc65f3435e9de832be7e08acd0b8d40220505f2d7
treeada10836fd5af0cf9cd1d52cb6fcad2d50e2f9ba
parent8822b8271b7d110a2b07795d7d25ad5677bc05c4
engines/http: fix use of uninitialized variable

Fixes: c2f6a13ddc64 ("engines/http: Add support for WebDAV and S3")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/http.c