1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove extra paren in NOT_USED code, found by pgindent.

This commit is contained in:
Bruce Momjian
2003-08-04 00:26:49 +00:00
parent 455a55fc29
commit 63354a0228

View File

@ -11,7 +11,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.25 2003/06/14 18:20:32 momjian Exp $ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.26 2003/08/04 00:26:49 momjian Exp $
* *
* NOTES * NOTES
* The client *requires* a valid server certificate. Since * The client *requires* a valid server certificate. Since
@ -463,7 +463,7 @@ verify_peer(PGconn *conn)
} }
/* what do we know about the peer's common name? */ /* what do we know about the peer's common name? */
if ((h == NULL) if (h == NULL)
{ {
printfPQExpBuffer(&conn->errorMessage, printfPQExpBuffer(&conn->errorMessage,
libpq_gettext("could not get information about host (%s): %s\n"), libpq_gettext("could not get information about host (%s): %s\n"),