We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1dd2b commit ffe130fCopy full SHA for ffe130f
src/backend/libpq/be-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $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 $
15
16
* Since the server static private key ($DataDir/server.key)
17
* will normally be stored unencrypted so that the database
@@ -742,7 +742,6 @@ static int pgwin32_SSL_accept(SSL *ssl)
742
int rc;
743
int waitfor;
744
745
- printf("uhh\n");fflush(stdout);
746
r = SSL_accept(ssl);
747
if (r == 1)
748
return 1;
0 commit comments