mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
doh blame normB
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@567 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
dfc4c3533e
commit
d79352b29c
@ -1994,7 +1994,9 @@ static zap_status_t load_config(void)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
name = strchr(type, ' ');
|
if ((name = strchr(type, ' '))) {
|
||||||
|
*name++ = '\0';
|
||||||
|
}
|
||||||
|
|
||||||
zap_mutex_lock(globals.mutex);
|
zap_mutex_lock(globals.mutex);
|
||||||
if (!(zio = (zap_io_interface_t *) hashtable_search(globals.interface_hash, type))) {
|
if (!(zio = (zap_io_interface_t *) hashtable_search(globals.interface_hash, type))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user