mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-11 09:50:26 -04:00
Fix another #ifdef/#if P2MP_SERVER
Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1370013992-18592-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/7647 Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
e55681a9d8
commit
0a48ae367f
1 changed files with 1 additions and 1 deletions
|
|
@ -1107,7 +1107,7 @@ tls_multi_free (struct tls_multi *multi, bool clear)
|
|||
man_def_auth_set_client_reason(multi, NULL);
|
||||
|
||||
#endif
|
||||
#ifdef P2MP_SERVER
|
||||
#if P2MP_SERVER
|
||||
free (multi->peer_info);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue