Merge branch 'bytarget_block' of ssh://git.indexdata.com/home/git/pub/pazpar2 into...
authorDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:15:24 +0000 (15:15 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 3 Nov 2011 14:15:24 +0000 (15:15 +0100)
1  2 
src/http_command.c

diff --combined src/http_command.c
@@@ -654,7 -654,7 +654,7 @@@ static void bytarget_response(struct ht
  static void bytarget_result_ready(void *data)
  {
      struct http_channel *c = (struct http_channel *) data;
+     yaz_log(c->http_sessions->log_level, "bytarget watch released");
      bytarget_response(c);
  }
  
@@@ -669,7 -669,7 +669,7 @@@ static void cmd_bytarget(struct http_ch
      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,