doh blame normB

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@567 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-09-26 16:59:13 +00:00
parent 8811a8d02e
commit 3c2e49bd71

View File

@ -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))) {