Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ffe130f

Browse files
author
Neil Conway
committed
Remove debugging printf from #ifdef WIN32 section.
1 parent 5d1dd2b commit ffe130f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/libpq/be-secure.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.52 2004/10/06 09:35:20 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.53 2004/11/17 04:05:42 neilc Exp $
1515
*
1616
* Since the server static private key ($DataDir/server.key)
1717
* will normally be stored unencrypted so that the database
@@ -742,7 +742,6 @@ static int pgwin32_SSL_accept(SSL *ssl)
742742
int rc;
743743
int waitfor;
744744

745-
printf("uhh\n");fflush(stdout);
746745
r = SSL_accept(ssl);
747746
if (r == 1)
748747
return 1;

0 commit comments

Comments
 (0)