]> granicus.if.org Git - postgresql/commitdiff
Remove debugging printf from #ifdef WIN32 section.
authorNeil Conway <neilc@samurai.com>
Wed, 17 Nov 2004 04:05:42 +0000 (04:05 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 17 Nov 2004 04:05:42 +0000 (04:05 +0000)
src/backend/libpq/be-secure.c

index efe7d7c118007cd6b917641a05d7aabb73690e7a..44218c1aa49ca97fb983ce12ab0697ef72d5dd38 100644 (file)
@@ -11,7 +11,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.52 2004/10/06 09:35:20 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.53 2004/11/17 04:05:42 neilc Exp $
  *
  *       Since the server static private key ($DataDir/server.key)
  *       will normally be stored unencrypted so that the database
@@ -742,7 +742,6 @@ static int pgwin32_SSL_accept(SSL *ssl)
                int rc;
                int waitfor;
 
-               printf("uhh\n");fflush(stdout);
                r = SSL_accept(ssl);
                if (r == 1)
                        return 1;