git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1724 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-18 17:06:48 +00:00
parent 5d4d831853
commit 7a3d80ca25

View File

@@ -141,7 +141,7 @@ recv_conn (int sock, des_cblock *key, des_key_schedule schedule,
if (status != KSUCCESS) {
syslog (LOG_ERR, "krb_recvauth: %s",
krb_get_err_text(status));
exit(1)
exit(1);
}
if( strncmp(version, KX_VERSION, KRB_SENDAUTH_VLEN) != 0) {
/* Try to be nice to old kx's */