mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
Merge pull request #6559 from mjstapp/fix_zebra_rnh_sa
zebra: fix SA warning in zebra_rnh.c
This commit is contained in:
commit
6a935ad753
@ -1076,7 +1076,7 @@ static int send_client(struct rnh *rnh, struct zserv *client,
|
||||
return zserv_send_message(client, s);
|
||||
|
||||
failure:
|
||||
if (s)
|
||||
|
||||
stream_free(s);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user