Skip to content

Commit

Permalink
Fix t_ndr to return a define value from main()
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Jan 28, 2023
1 parent 4602a10 commit d2b80b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kdc/t_ndr.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ main()
RUN_TEST_FAIL(fuzz2);

printf("Passed NDR tests\n");
return 0;
}

0 comments on commit d2b80b2

Please sign in to comment.