mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +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,8 +1076,8 @@ static int send_client(struct rnh *rnh, struct zserv *client,
|
|||||||
return zserv_send_message(client, s);
|
return zserv_send_message(client, s);
|
||||||
|
|
||||||
failure:
|
failure:
|
||||||
if (s)
|
|
||||||
stream_free(s);
|
stream_free(s);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user