]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Extract process_incoming_push_reply from process_incoming_push_msg
authorArne Schwabe <arne@rfc2549.org>
Thu, 9 Jul 2020 10:15:58 +0000 (12:15 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 9 Jul 2020 16:34:16 +0000 (18:34 +0200)
commit5e78bf66fa97818e0587ab1504cf7ecfd73df944
treef83f98a25dac1f568e1140253a6eb3f7f132b54e
parent5608041c7b343fbcd2d3317a8a49f43cb168a390
Extract process_incoming_push_reply from process_incoming_push_msg

This is a small refactoring to make both function more readable. It also
eliminates the ret variable in process_incoming_push_msg that now serves
no purpose anymore.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20200709101603.11941-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20254.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/push.c