From 38f63bcfe49e9f231c5dd3bb27bffc3df8990033 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 12 Apr 2011 12:44:03 +0200 Subject: [PATCH] Commented out a sleep statement --- src/client.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.7.10.4