diff options
author | Mark Stapp <mjs@voltanet.io> | 2020-09-30 19:24:54 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2020-09-30 19:24:54 +0200 |
commit | f5d8487244d321b59080c4b1d1d747e6e7363ab5 (patch) | |
tree | 02ee62aff7f8df54c212d82897396c8d93b7be85 /zebra | |
parent | Merge pull request #7195 from tashanamatl/lookup_fix (diff) | |
download | frr-f5d8487244d321b59080c4b1d1d747e6e7363ab5.tar.xz frr-f5d8487244d321b59080c4b1d1d747e6e7363ab5.zip |
zebra: don't touch mlag read event pointer
Don't touch the mlag read event pointer, it's not safe.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/zebra_mlag_private.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_mlag_private.c b/zebra/zebra_mlag_private.c index 1dae758b1..d39b0c0ae 100644 --- a/zebra/zebra_mlag_private.c +++ b/zebra/zebra_mlag_private.c @@ -78,8 +78,6 @@ static int zebra_mlag_read(struct thread *thread) uint32_t h_msglen; uint32_t tot_len, curr_len = mlag_rd_buf_offset; - zrouter.mlag_info.t_read = NULL; - /* * Received message in sock_stream looks like below * | len-1 (4 Bytes) | payload-1 (len-1) | |