]> git.ipfire.org Git - thirdparty/openvpn.git/commit
multi.c: use mi->cc_config instead of config variable
authorAntonio Quartulli <a@unstable.cc>
Wed, 1 Jul 2020 14:05:17 +0000 (16:05 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 1 Jul 2020 14:13:53 +0000 (16:13 +0200)
commit712f2629c8406c017931a082cd996b439b5dfdc9
tree845f93a0257f6e5dd69b67828c5e9e3b214e817c
parent9f0a7dcc7fa21228dbd40d976aaee5a90ac48299
multi.c: use mi->cc_config instead of config variable

Commit ("Remove parameter config from multi_client_connect_mda") has
removed the config variable in favour of mi->cc_config, however one
occurence was not changed.

Fix it now by properly using mi->cc_config.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200701140517.11176-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20180.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c