oops
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@876 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
b9270aea0e
commit
fadd0826c7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue