summaryrefslogtreecommitdiff
path: root/zebra/zebra_mlag_private.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-09-30 16:27:01 -0400
committerGitHub <noreply@github.com>2020-09-30 16:27:01 -0400
commitfb3bc7a74ba93edb2801b1789c2d1890cd9820eb (patch)
tree8b250a1628c28281d75fdc3f7a98ba81fac06bfe /zebra/zebra_mlag_private.c
parent4fdfda2e34bc17cad3e58b8b7a27fae8de0c3230 (diff)
parentf5d8487244d321b59080c4b1d1d747e6e7363ab5 (diff)
Merge pull request #7215 from mjstapp/fix_z_mlag_read
zebra: don't touch mlag read event pointer
Diffstat (limited to 'zebra/zebra_mlag_private.c')
-rw-r--r--zebra/zebra_mlag_private.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_mlag_private.c b/zebra/zebra_mlag_private.c
index 9c34aa2c36..343e7801db 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 = 0;
- zrouter.mlag_info.t_read = NULL;
-
/*
* Received message in sock_stream looks like below
* | len-1 (4 Bytes) | payload-1 (len-1) |