From: Arne Schwabe Date: Fri, 31 May 2013 15:26:32 +0000 (+0200) Subject: Fix another #ifdef/#if P2MP_SERVER X-Git-Tag: v2.4_alpha1~555 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a48ae367f4de3d95c99dc0f1668ea0308205ed5;p=thirdparty%2Fopenvpn.git Fix another #ifdef/#if P2MP_SERVER Acked-by: Gert Doering 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 --- diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 088eea8a4..d9076f36e 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -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