We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455a55f commit 63354a0Copy full SHA for 63354a0
src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $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 $
15
16
* NOTES
17
* The client *requires* a valid server certificate. Since
@@ -463,7 +463,7 @@ verify_peer(PGconn *conn)
463
}
464
465
/* what do we know about the peer's common name? */
466
- if ((h == NULL)
+ if (h == NULL)
467
{
468
printfPQExpBuffer(&conn->errorMessage,
469
libpq_gettext("could not get information about host (%s): %s\n"),
0 commit comments