Fix the HAVE_KERBEROS case. It seems somebody got carried away
with cut/paste in the last release. Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Obtained from: http://ccvs.cvshome.org/source/browse/ccvs/src/client.c.diff?r1=1.302&r2=1.303
This commit is contained in:
parent
f406110b8f
commit
92c0df1bed
@ -4117,13 +4117,13 @@ start_tcp_server (tofdp, fromfdp)
|
||||
{
|
||||
fprintf (stderr, " -> Connecting to %s(%s):%d\n",
|
||||
current_parsed_root->hostname,
|
||||
inet_ntoa (client_sai.sin_addr), port);
|
||||
inet_ntoa (sin.sin_addr), port);
|
||||
}
|
||||
|
||||
if (connect (s, (struct sockaddr *) &sin, sizeof sin) < 0)
|
||||
error (1, 0, "connect to %s(%s):%d failed: %s",
|
||||
current_parsed_root->hostname,
|
||||
inet_ntoa (client_sai.sin_addr),
|
||||
inet_ntoa (sin.sin_addr),
|
||||
port, SOCK_STRERROR (SOCK_ERRNO));
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user