7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.7 1996/11/0307:00:57 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.8 1996/11/0309:24:04 bryanh Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -492,7 +492,7 @@ ident(const struct in_addr remote_ip_addr, const struct in_addr local_ip_addr,
492
492
if (rc < 0 ) {
493
493
sprintf (PQerrormsg ,
494
494
"Unable to send query to Ident server on the host which is "
495
- "trying to connect to Postgres (Host %s, Port %s ),"
495
+ "trying to connect to Postgres (Host %s, Port %d ),"
496
496
"even though we successfully connected to it. "
497
497
"errno = %s (%d)\n" ,
498
498
inet_ntoa (remote_ip_addr ),IDENT_PORT ,strerror (errno ),errno );
@@ -506,7 +506,7 @@ ident(const struct in_addr remote_ip_addr, const struct in_addr local_ip_addr,
506
506
sprintf (PQerrormsg ,
507
507
"Unable to receive response from Ident server "
508
508
"on the host which is "
509
- "trying to connect to Postgres (Host %s, Port %s ),"
509
+ "trying to connect to Postgres (Host %s, Port %d ),"
510
510
"even though we successfully sent our query to it. "
511
511
"errno = %s (%d)\n" ,
512
512
inet_ntoa (remote_ip_addr ),IDENT_PORT ,