mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +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;
|
||||
}
|
||||
|
||||
name = strchr(type, ' ');
|
||||
if ((name = strchr(type, ' '))) {
|
||||
*name++ = '\0';
|
||||
}
|
||||
|
||||
zap_mutex_lock(globals.mutex);
|
||||
if (!(zio = (zap_io_interface_t *) hashtable_search(globals.interface_hash, type))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user