Fix build failure

This commit is contained in:
unknown 2006-02-18 16:18:51 +01:00
parent 96daffbbaf
commit c8073e58c6

View File

@ -539,7 +539,7 @@ error:
pthread_mutex_lock(&counter_mutex);
counter--;
pthread_mutex_unlock(&counter_mutex);
return error;
return 0;
}