From: Dennis Schafroth Date: Tue, 12 Apr 2011 10:44:03 +0000 (+0200) Subject: Commented out a sleep statement X-Git-Tag: v1.5.6~5 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=38f63bcfe49e9f231c5dd3bb27bffc3df8990033;p=pazpar2-moved-to-github.git Commented out a sleep statement --- diff --git a/src/client.c b/src/client.c index 89858d6..2dced61 100644 --- a/src/client.c +++ b/src/client.c @@ -787,7 +787,9 @@ void client_lock(struct client *c) void client_unlock(struct client *c) { yaz_mutex_leave(c->mutex); + /* TODO possible threading issue sleep(1); + */ } void client_incref(struct client *c)