Skip to content

Commit

Permalink
Pass empty string instead of NULL to printf-like
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduk committed Jul 3, 2012
1 parent 9ea3bf8 commit e8d1c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/misc/test_chpw_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void
check(krb5_error_code code)
{
if (code != 0) {
com_err("t_vfy_increds", code, NULL);
com_err("t_vfy_increds", code, "");
abort();
}
}
Expand Down

0 comments on commit e8d1c9c

Please sign in to comment.