Hi, On 06/09/2019 17:40, Lev Stipakov wrote: > This function's return value is never used, so make it void. > > Signed-off-by: Lev Stipakov <[email protected]>
Does what it says and git suggests that its return value was never used. Using void as return type also clarifies its usage. Acked-by: Antonio Quartulli <[email protected]> -- Antonio Quartulli _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
