From cc58cb8636b077501ed9b72fea9773e63adebdc0 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 20 Aug 2001 08:47:21 +0000 Subject: Merge vendor branch onto mainline (try to fix HAVE_KERBEROS) --- contrib/cvs/src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/client.c b/contrib/cvs/src/client.c index d166c60..77ab4c8 100644 --- a/contrib/cvs/src/client.c +++ b/contrib/cvs/src/client.c @@ -4121,13 +4121,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)); { -- cgit v1.1