projects
/
pazpar2-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:
537df09
)
Fix warning
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Dec 2011 09:43:04 +0000
(10:43 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Dec 2011 09:43:04 +0000
(10:43 +0100)
src/http.c
patch
|
blob
|
history
diff --git
a/src/http.c
b/src/http.c
index
ef88f17
..
456d69b
100644
(file)
--- a/
src/http.c
+++ b/
src/http.c
@@
-1097,6
+1097,7
@@
static void proxy_io(IOCHAN pi, int event)
default:
yaz_log(YLOG_WARN, "Unexpected event on connection");
http_channel_destroy(hc->iochan);
+ break;
}
}