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:
f3fa080
)
Fix compilation wo libgcrypt
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2014 13:33:27 +0000
(14:33 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2014 13:33:27 +0000
(14:33 +0100)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
bc5c6ad
..
4c03281
100644
(file)
--- a/
src/tcpip.c
+++ b/
src/tcpip.c
@@
-682,9
+682,7
@@
int tcpip_connect(COMSTACK h, void *address)
*/
int tcpip_rcvconnect(COMSTACK h)
{
-#if HAVE_GNUTLS_H
tcpip_state *sp = (tcpip_state *)h->cprivate;
-#endif
TRC(fprintf(stderr, "tcpip_rcvconnect\n"));
if (h->state == CS_ST_DATAXFER)