---
src/openvpn/push.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/openvpn/push.c b/src/openvpn/push.c
index ea788b0..24d12c7 100644
--- a/src/openvpn/push.c
+++ b/src/openvpn/push.c
@@ -68,6 +68,7 @@ receive_auth_failed (struct context *c, const struct buffer
*buffer)
ASSERT (0);
}
c->sig->signal_text = "auth-failure";
+#ifdef ENABLE_MANAGEMENT
if (management)
{
const char *reason = NULL;
@@ -76,6 +77,7 @@ receive_auth_failed (struct context *c, const struct buffer
*buffer)
reason = BSTR (&buf);
management_auth_failure (management, UP_TYPE_AUTH, reason);
} else
+#endif
{
#ifdef ENABLE_CLIENT_CR
struct buffer buf = *buffer;
--
1.8.5.2 (Apple Git-48)