diff options
| author | paulzlabn <paulz@labn.net> | 2018-03-14 21:42:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-14 21:42:09 -0700 |
| commit | 4ea6c38bf4b4e31c8b54babb4daad1fa1cd52d46 (patch) | |
| tree | a50eec9bc733b0c7a27d6e2d49f597eab907d99f | |
| parent | 3f1224cd1a9408bdad6aca8c0c205211cb548d5c (diff) | |
zserv.c: zebra_server_send_message() second parameter
| -rw-r--r-- | zebra/zserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 2f2c09112f..96fa0d3be3 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -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) |
