summaryrefslogtreecommitdiffstats
path: root/bfdd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-12-24 08:33:45 +0100
committerDaniel Baumann <daniel@debian.org>2024-12-24 08:33:45 +0100
commit97216bc8112f1169e29e8450a0d406b1868a283e (patch)
tree697ed0dabc4e825248a98b855cc15bf021a08a71 /bfdd
parentReleasing debian version 10.2-2. (diff)
downloadfrr-97216bc8112f1169e29e8450a0d406b1868a283e.tar.xz
frr-97216bc8112f1169e29e8450a0d406b1868a283e.zip
Merging upstream version 10.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'bfdd')
-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);