fixed \n
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1212 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -117,7 +117,7 @@ connect_host (char *host, char *user, des_cblock *key,
|
|||||||
hostent = gethostbyname (host);
|
hostent = gethostbyname (host);
|
||||||
if (hostent == NULL) {
|
if (hostent == NULL) {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"%s: gethostbyname '%s' failed: %s", prog, host,
|
"%s: gethostbyname '%s' failed: %s\n", prog, host,
|
||||||
#ifdef HAVE_H_ERRNO
|
#ifdef HAVE_H_ERRNO
|
||||||
hstrerror(h_errno));
|
hstrerror(h_errno));
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user