Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Jan 8, 2025
1 parent 617cb91 commit 3dfceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/datapath_winkernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ CxPlatDataPathQuerySockoptSupport(

} while (FALSE);

if (CxPlatform.dwBuildNumber != 20348)
if (CxPlatform.dwBuildNumber != 20348) {
Datapath->Features |= CXPLAT_DATAPATH_FEATURE_TTL;
}

Expand Down

0 comments on commit 3dfceab

Please sign in to comment.