This commit is contained in:
radius 2017-05-21 23:12:54 -05:00
parent fd4e3c0448
commit e8cc77e567

View File

@ -2276,7 +2276,6 @@ bool command_event(enum event_command cmd, void *data)
{
static struct string_list *hostname = NULL;
hostname = string_split(buf, "|");
RARCH_LOG("%s %d\n", hostname->elems[0].data, atoi(hostname->elems[1].data));
if (!init_netplay(NULL, hostname->elems[0].data,
atoi(hostname->elems[1].data)))