Skip to content

Commit

Permalink
Fixed comment to reflect actual behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Jul 13, 2023
1 parent 97ceef5 commit ca5bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkPkg/TcpDxe/TcpOption.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ TcpSynBuildOption (
// MU_CHANGE [BEGIN] - CodeQL change
if (Data == NULL) {
ASSERT (Data != NULL);
return 0; // Returning Len of -1 if we fail allocating space
return 0; // Returning Len of 0 if we fail allocating space
}

// MU_CHANGE [END] - CodeQL change
Expand Down

0 comments on commit ca5bab6

Please sign in to comment.