Skip to content

Commit 640132b

Browse files
authored
Don't run error handling when there was no error (#3626)
1 parent 4f1059b commit 640132b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/event_stream/stream_send.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ static void handle_new_stream(stream_send_t *stream)
432432
}
433433
}
434434

435+
return;
436+
435437
error:
436438
if (stream->async_ctx.status_cb)
437439
stream_dispatch_status_cb(&stream->async_ctx, EVI_STATUS_FAIL);

0 commit comments

Comments
 (0)