forked from Mirrors/freeswitch
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
8811a8d02e
commit
3c2e49bd71
@ -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…
Reference in New Issue
Block a user