From: Guus Sliepen Date: Sun, 25 Mar 2012 14:17:50 +0000 (+0100) Subject: Fix return type of vde_recv() as well. X-Git-Tag: release-1.0.18~2 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=f71ce341800739c7cdee01d7cf025e7492da22ac;hp=f71ce341800739c7cdee01d7cf025e7492da22ac;p=tinc 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. ---