]> granicus.if.org Git - postgresql/commitdiff
Remove extra paren in NOT_USED code, found by pgindent.
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2003 00:26:49 +0000 (00:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2003 00:26:49 +0000 (00:26 +0000)
src/interfaces/libpq/fe-secure.c

index 216528efe07e4b6c22a48a1b38934db91d679a04..41842d3bad568ae1c20fa36fbe777adb83b61b18 100644 (file)
@@ -11,7 +11,7 @@
  *
  *
  * 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
  *       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? */
-       if ((h == NULL)
+       if (h == NULL)
        {
                printfPQExpBuffer(&conn->errorMessage,
                libpq_gettext("could not get information about host (%s): %s\n"),