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:
8552f74
)
Check/release preferred block on recieved records
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 8 Sep 2010 17:12:22 +0000
(19:12 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 8 Sep 2010 17:12:22 +0000
(19:12 +0200)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
2da26d2
..
8311ada
100644
(file)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-251,6
+251,7
@@
static void non_block_events(struct connection *co)
struct client *cl = co->client;
if (cl)
{
+ client_check_preferred_watch(cl);
client_got_records(cl);
}
}