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:
@@ -94,7 +94,7 @@ krb4_authenticate (kx_context *kc, int s)
|
|||||||
(struct sockaddr_in *)&kc->thisaddr,
|
(struct sockaddr_in *)&kc->thisaddr,
|
||||||
(struct sockaddr_in *)&kc->thataddr, KX_VERSION);
|
(struct sockaddr_in *)&kc->thataddr, KX_VERSION);
|
||||||
if (status != KSUCCESS) {
|
if (status != KSUCCESS) {
|
||||||
warnx ("%s: %s\n", host, krb_get_err_text(status));
|
warnx ("%s: %s", host, krb_get_err_text(status));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
memcpy (c->key, cred.session, sizeof(des_cblock));
|
memcpy (c->key, cred.session, sizeof(des_cblock));
|
||||||
|
Reference in New Issue
Block a user