projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5511920
)
Fixed bug #2027: Crash when closing connection.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Jan 2008 13:01:45 +0000
(13:01 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Jan 2008 13:01:45 +0000
(13:01 +0000)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
0e31fc6
..
a255eaa
100644
(file)
--- a/
src/tcpip.c
+++ b/
src/tcpip.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2007, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: tcpip.c,v 1.38 2007-11-30 11:44:47 adam Exp $
+ * $Id: tcpip.c,v 1.39 2008-01-16 13:01:45 adam Exp $
*/
/**
* \file tcpip.c
@@
-820,9
+820,9
@@
COMSTACK tcpip_accept(COMSTACK h)
state->ssl = SSL_new (state->ctx);
SSL_set_fd (state->ssl, cnew->iofile);
}
+#endif
state->connect_request_buf = 0;
state->connect_response_buf = 0;
-#endif
h = cnew;
}
if (h->state == CS_ST_ACCEPT)