diff options
Diffstat (limited to 'push.c')
-rw-r--r-- | push.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ void receive_auth_failed (struct context *c, const struct buffer *buffer) { msg (M_VERB0, "AUTH: Received AUTH_FAILED control message"); + connection_list_set_no_advance(&c->options); if (c->options.pull) { switch (auth_retry_get ()) |