Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Wed, 6 Apr 2011 10:18:35 +0000 (12:18 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 6 Apr 2011 10:18:35 +0000 (12:18 +0200)
Conflicts:
src/eventl.c

1  2 
src/client.c

diff --cc src/client.c
@@@ -787,6 -787,6 +787,7 @@@ void client_lock(struct client *c
  void client_unlock(struct client *c)
  {
      yaz_mutex_leave(c->mutex);
++    sleep(1);
  }
  
  void client_incref(struct client *c)