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:
419c705
)
Prevent COMSTACK use if cs_accept fails
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Jun 2008 14:05:48 +0000
(16:05 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Jun 2008 14:05:48 +0000
(16:05 +0200)
src/seshigh.c
patch
|
blob
|
history
diff --git
a/src/seshigh.c
b/src/seshigh.c
index
b2dcd41
..
2a3ff0e
100644
(file)
--- a/
src/seshigh.c
+++ b/
src/seshigh.c
@@
-398,6
+398,7
@@
void ir_session(IOCHAN h, int event)
yaz_log(YLOG_WARN, "accept failed");
destroy_association(assoc);
iochan_destroy(h);
+ return;
}
iochan_clearflag(h, EVENT_OUTPUT);
if (conn->io_pending)