Skip to content

Commit

Permalink
Update src/flb_downstream.c
Browse files Browse the repository at this point in the history
Co-authored-by: igorpeshansky <[email protected]>
Signed-off-by: leonardo-albertovich <[email protected]>
  • Loading branch information
2 people authored and edsiper committed Jul 3, 2023
1 parent 52f370b commit eed80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_downstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static int prepare_destroy_conn(struct flb_connection *connection)
flb_trace("[downstream] destroy connection #%i to %s",
connection->fd, flb_connection_get_remote_address(connection));

if(MK_EVENT_IS_REGISTERED((&connection->event))) {
if (MK_EVENT_IS_REGISTERED((&connection->event))) {
mk_event_del(connection->evl, &connection->event);
}

Expand Down

0 comments on commit eed80a5

Please sign in to comment.