(Fix check introduced by commit
a8be73799be1639, testing with #ifdef
instead of #if - P2MP_SERVER is always defined, and can be "0" or "1")
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
1369949680-9499-1-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7637
Signed-off-by: Gert Doering <gert@greenie.muc.de>
username_status = read_string (buf, up->username, USER_PASS_LEN);
password_status = read_string (buf, up->password, USER_PASS_LEN);
-#ifdef P2MP_SERVER
+#if P2MP_SERVER
/* get peer info from control channel */
free (multi->peer_info);
multi->peer_info = read_string_alloc (buf);
time_t tas_last;
#endif
-#ifdef P2MP_SERVER
+#if P2MP_SERVER
/*
* A multi-line string of general-purpose info received from peer
* over control channel.