Skip to content

Commit

Permalink
thanks rafal
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
Jose Nino committed Aug 19, 2021
1 parent 5d9d81c commit fb1dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/common/main_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void terminate_engine(envoy_engine_t) {
e->terminate();
}

void drain_connections(envoy_engine_t) {
envoy_status_t drain_connections(envoy_engine_t) {
// This will change once multiple engine support is in place.
// https://github.com/lyft/envoy-mobile/issues/332
if (auto e = engine()) {
Expand Down

0 comments on commit fb1dc37

Please sign in to comment.