mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 04:40:21 +00:00
zserv.c: zebra_server_send_message() second parameter
This commit is contained in:
parent
3f1224cd1a
commit
4ea6c38bf4
@ -608,7 +608,7 @@ int zsend_redistribute_route(int cmd, struct zserv *client, struct prefix *p,
|
||||
zebra_route_string(api.type), api.vrf_id,
|
||||
buf_prefix);
|
||||
}
|
||||
return zebra_server_send_message(client);
|
||||
return zebra_server_send_message(client, s);
|
||||
}
|
||||
|
||||
static int zsend_write_nexthop(struct stream *s, struct nexthop *nexthop)
|
||||
|
Loading…
Reference in New Issue
Block a user