Skip to content

Commit

Permalink
Update hash check values in test_h3client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Sep 19, 2024
1 parent dd08cb6 commit 2db92a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h3client/test_h3client.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int main(void)
long h = hash("h3result.mp");
printf("Hash: %ld\n", h);
fflush(stdout);
aye(h == 19340L || h == 0L || h == 0L);
aye(h == 19340L || h == 59239L || h == 0L);

aye(!h3c_socket_hangup(x));
h3c_socket_del(x);
Expand Down

0 comments on commit 2db92a4

Please sign in to comment.