]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix for compilation error
authorDavid Yat Sin <dyatsin@sangoma.com>
Thu, 10 Dec 2009 20:59:48 +0000 (20:59 +0000)
committerDavid Yat Sin <dyatsin@sangoma.com>
Thu, 10 Dec 2009 20:59:48 +0000 (20:59 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@936 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/zap_threadmutex.c

index 44591eed84422990c1ceedcdb25db351b8a9b8a2..0d15cadaa177f298dc3b81aebc50750630a6eb01 100644 (file)
@@ -303,8 +303,6 @@ OZ_DECLARE(zap_status_t) zap_condition_wait(zap_condition_t *condition, int ms)
                
                struct timespec waitms;
 
-               condition->cnt++;
-
                gettimeofday(&t, NULL);
 
                waitms.tv_sec = t.tv_sec + ( ms / 1000 );