diff options
| author | Mark Stapp <mjs@labn.net> | 2023-06-26 13:19:23 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2023-06-26 13:19:23 -0400 |
| commit | 0ee56dd3320d5bd65e81db96595b80d9f23e302e (patch) | |
| tree | e2bb8b42fca51c6a37b8518f3c231fcb6466ecbc /zebra/zebra_opaque.c | |
| parent | 4262dc3bd8d5407dd7af0701fadfb14bbcfbd7ea (diff) | |
zebra: clean up coverity warning in opaque api
Seems a bit fussy of coverity, but ... don't NULL a variable
unnecessarily.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'zebra/zebra_opaque.c')
| -rw-r--r-- | zebra/zebra_opaque.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_opaque.c b/zebra/zebra_opaque.c index 9503c74697..90533955a4 100644 --- a/zebra/zebra_opaque.c +++ b/zebra/zebra_opaque.c @@ -546,7 +546,6 @@ static void opq_send_notifications(const struct opq_msg_reg *reg, client->session_id, msg)) { /* Error - need to free the message */ stream_free(msg); - msg = NULL; } } } |
