mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Remove debugging printf from #ifdef WIN32 section.
This commit is contained in:
parent
5d1dd2bc55
commit
ffe130f52e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user