]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_peer.c
Merge pull request #10076 from idryzhov/if-is-loopback-or-vrf
[mirror_frr.git] / ripd / rip_peer.c
index 63493e2539c315ed452ff6ee3f12dbad8a898290..12c4edd43611c44299e29739249f27b25642f90e 100644 (file)
@@ -95,7 +95,6 @@ static struct rip_peer *rip_peer_get(struct rip *rip, struct in_addr *addr)
        }
 
        /* Update timeout thread. */
-       peer->t_timeout = NULL;
        thread_add_timer(master, rip_peer_timeout, peer, RIP_PEER_TIMER_DEFAULT,
                         &peer->t_timeout);