use krb5_warn

This commit is contained in:
Love Hornquist Astrand
2009-11-03 23:28:18 -08:00
parent e9f536a839
commit 180c716ce8

View File

@@ -153,7 +153,7 @@ main (int argc, char **argv)
ret = krb5_cc_destroy (context, ccache);
if (ret) {
warnx ("krb5_cc_destroy: %s", krb5_get_err_text(context, ret));
krb5_warn(context, ret, "krb5_cc_destroy");
exit_val = 1;
}
}