git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@876 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Moises Silva 2009-11-17 16:44:29 +00:00
parent b9270aea0e
commit fadd0826c7
1 changed files with 1 additions and 1 deletions

View File

@ -2830,7 +2830,7 @@ OZ_DECLARE(zap_status_t) zap_global_init(void)
globals.span_hash = create_hashtable(16, zap_hash_hashfromstring, zap_hash_equalkeys);
zap_mutex_create(&globals.mutex);
zap_mutex_create(&globals.span_mutex);
return ZAP_FAIL;
return ZAP_SUCCESS;
}
OZ_DECLARE(zap_status_t) zap_global_configuration(void)