forked from Mirror/frr
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>
This commit is contained in:
parent
4262dc3bd8
commit
0ee56dd332
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue