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:
61c03d0
)
refactor: same logic
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 13:49:59 +0000
(14:49 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 3 Nov 2011 13:49:59 +0000
(14:49 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
8a13590
..
1528276
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-668,7
+668,7
@@
static void cmd_bytarget(struct http_channel *c)
if (!s)
return;
- if (block && strcmp("1",block) == 0)
+ if (block && !strcmp("1",block))
{
// if there is already a watch/block. we do not block this one
if (session_set_watch(s->psession, SESSION_WATCH_BYTARGET,