zserv.c: zebra_server_send_message() second parameter

This commit is contained in:
paulzlabn 2018-03-14 21:42:09 -07:00 committed by GitHub
parent 3f1224cd1a
commit 4ea6c38bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)