remove \n from warnx, from NetBSD

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11664 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-02-25 10:54:07 +00:00
parent bc61a0c564
commit b591a3709f

View File

@@ -94,7 +94,7 @@ krb4_authenticate (kx_context *kc, int s)
(struct sockaddr_in *)&kc->thisaddr,
(struct sockaddr_in *)&kc->thataddr, KX_VERSION);
if (status != KSUCCESS) {
warnx ("%s: %s\n", host, krb_get_err_text(status));
warnx ("%s: %s", host, krb_get_err_text(status));
return -1;
}
memcpy (c->key, cred.session, sizeof(des_cblock));