Fix return type of vde_recv() as well.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:17:50 +0000 (15:17 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:17:50 +0000 (15:17 +0100)
commitf71ce341800739c7cdee01d7cf025e7492da22ac
tree9a3e2a671a654c2a84e9de581f753ff3e83d9543
parent6225b1884a25af4debc2d0821a4c377ddbaec696
Fix return type of vde_recv() as well.

In this case it is not really necessary as the conversion to int will already
take care of ensuring the return value is treated as signed.
src/vde_device.c