summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/push.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/push.c')
-rw-r--r--openvpn/src/openvpn/push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/push.c b/openvpn/src/openvpn/push.c
index 05a38e0d..929a2f24 100644
--- a/openvpn/src/openvpn/push.c
+++ b/openvpn/src/openvpn/push.c
@@ -49,7 +49,7 @@ void
receive_auth_failed (struct context *c, const struct buffer *buffer)
{
msg (M_VERB0, "AUTH: Received control message: %s", BSTR(buffer));
- connection_list_set_no_advance(&c->options);
+ c->options.no_advance=true;
if (c->options.pull)
{
switch (auth_retry_get ())