Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 3, 2025
1 parent 7b10d2a commit 1c44a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/quic_platform_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ CxPlatEventQEnqueueEx(
_In_ unsigned short flags,
)
{
struct kevent event = {.ident = sqe->Handle, .filter = filter, .flags = a, .fflags = 0, .data = 0, .udata = sqe};
struct kevent event = {.ident = sqe->Handle, .filter = filter, .flags = flags, .fflags = 0, .data = 0, .udata = sqe};
return kevent(*queue, &event, 1, NULL, 0, NULL) == 0;
}

Expand Down

0 comments on commit 1c44a79

Please sign in to comment.