Commit ffe130f5 authored by Neil Conway's avatar Neil Conway

Remove debugging printf from #ifdef WIN32 section.

parent 5d1dd2bc
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* *
* *
* IDENTIFICATION * 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) * Since the server static private key ($DataDir/server.key)
* will normally be stored unencrypted so that the database * will normally be stored unencrypted so that the database
...@@ -742,7 +742,6 @@ static int pgwin32_SSL_accept(SSL *ssl) ...@@ -742,7 +742,6 @@ static int pgwin32_SSL_accept(SSL *ssl)
int rc; int rc;
int waitfor; int waitfor;
printf("uhh\n");fflush(stdout);
r = SSL_accept(ssl); r = SSL_accept(ssl);
if (r == 1) if (r == 1)
return 1; return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment