Skip to content

Commit

Permalink
fixup! catch parse error and fix -Werror=maybe-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
peppergrayxyz committed Oct 9, 2024
1 parent e0ef873 commit c684ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/udp_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, char ** argv)
u32 daddr;
u16 dport;
if (!parse_v4_address_and_port(target, &daddr, &dport))
test_perror("parse");
test_error("failed to parse address and port");

u16 lport = DEFAULT_LOCAL_PORT;
u64 result;
Expand Down

0 comments on commit c684ff5

Please sign in to comment.