Always print errors from mk_req.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4877 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-05-15 17:38:08 +00:00
parent dda43780b8
commit 4ccf98f0e8

View File

@@ -212,7 +212,7 @@ kerberos5_send(char *name, Authenticator *ap)
&cksum_data, ccache, &auth);
if (ret) {
if (auth_debug_mode) {
if (1 || auth_debug_mode) {
printf("Kerberos V5: mk_req failed (%s)\r\n",
krb5_get_err_text(context, ret));
}