X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex.c;h=1538553b01df050e1bdc5d03e14b74d894aa557e;hp=2ed3afca39e9bdd5a06ea2d064e269bff7d5cd68;hb=fcea26f3542a6097ad258cdbb6e57565366d5f35;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/mutex.c b/src/mutex.c index 2ed3afc..1538553 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -74,7 +74,7 @@ void yaz_mutex_enter(YAZ_MUTEX p) EnterCriticalSection(&p->handle); #elif YAZ_POSIX_THREADS int r = 1; /* signal : not locked (yet) */ - + if (p->log_level) { /* debugging */ r = pthread_mutex_trylock(&p->handle);