]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove buf argument from link_socket_set_outgoing_addr
authorArne Schwabe <arne@rfc2549.org>
Mon, 10 Aug 2020 14:36:55 +0000 (16:36 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 10 Aug 2020 15:45:23 +0000 (17:45 +0200)
commit60200b9e1a977c32e64907ed67406dd4208e8abf
tree0f9135508b48e112302d9040eafef30f449e3e23
parent33773a02082e7602053938ce5d0af284214dabc4
Remove buf argument from link_socket_set_outgoing_addr

This was only used in a check that is better suited in the calling
functions. This also removes passing the buf argument to
link_socket_connection_initiated that also does not use that
parameter at all.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200810143707.5834-6-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20677.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/forward.c
src/openvpn/socket.c
src/openvpn/socket.h
src/openvpn/ssl.c