Remove debugging printf from #ifdef WIN32 section.

This commit is contained in:
Neil Conway 2004-11-17 04:05:42 +00:00
parent 5d1dd2bc55
commit ffe130f52e

View 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;