]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: fix typo
authorDavid Lamparter <equinox@diac24.net>
Tue, 28 Apr 2020 09:07:01 +0000 (11:07 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 28 Apr 2020 09:11:26 +0000 (11:11 +0200)
o.O

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_updgrp_adv.c

index 6399bc93aa26c6be61502d3b57227bca741600d9..b4606908491f4b971a78ff1b985c612e7425e5e5 100644 (file)
@@ -316,7 +316,7 @@ static int subgroup_coalesce_timer(struct thread *thread)
                zlog_debug("u%" PRIu64 ":s%" PRIu64
                           " announcing routes upon coalesce timer expiry(%u ms)",
                           (SUBGRP_UPDGRP(subgrp))->id, subgrp->id,
-                          subgrp->v_coalesce),
+                          subgrp->v_coalesce);
        subgrp->t_coalesce = NULL;
        subgrp->v_coalesce = 0;
        subgroup_announce_route(subgrp);