socket: Add missing switch cases
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 17 Dec 2013 09:43:49 +0000 (09:43 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:48:57 +0000 (01:48 -0500)
commit56c5dced7bebcf4400a9c205efe18f1d1a923540
tree24291812a5bde91b9e0ef448bfd2981bb0deb1c7
parentf534d3605bc55386c1487b92704d6e09dd1b7d61
socket: Add missing switch cases

This appeases GCC’s -Wswitch-enum warning, and makes it more obvious
that those enum cases have been explicitly considered, rather than just
forgotten about.

This introduces no functional changes.
socket/http.c
socket/socks5.c