From: Spoorthi K Date: Sat, 29 Oct 2022 17:55:03 +0000 (+0530) Subject: zebra: Remove duplicate updation of msg_type X-Git-Tag: base_8.5~285^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F12226%2Fhead;p=mirror%2Ffrr.git zebra: Remove duplicate updation of msg_type Signed-off-by: Spoorthi K --- diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index c74c692ee1..f9f4ee476d 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -899,7 +899,6 @@ static inline int zfpm_encode_route(rib_dest_t *dest, struct route_entry *re, len = zfpm_netlink_encode_route(cmd, dest, re, in_buf, in_buf_len); assert(fpm_msg_align(len) == len); - *msg_type = FPM_MSG_TYPE_NETLINK; #endif /* HAVE_NETLINK */ break;