summaryrefslogtreecommitdiffstats
path: root/bfdd/dplane.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfdd/dplane.c')
-rw-r--r--bfdd/dplane.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfdd/dplane.c b/bfdd/dplane.c
index 7f55f340..b1a32fb1 100644
--- a/bfdd/dplane.c
+++ b/bfdd/dplane.c
@@ -948,6 +948,9 @@ static void bfd_dplane_client_connect(struct event *t)
_bfd_dplane_client_bootstrap(bdc);
}
+ /* Continue with the connection */
+ return;
+
reschedule_connect:
EVENT_OFF(bdc->inbufev);
EVENT_OFF(bdc->outbufev);