fix file loop bug

This commit is contained in:
lxsang 2018-10-17 20:10:33 +02:00
parent 848da534b5
commit f79ef6232a

View File

@ -335,6 +335,7 @@ void *resolve_request(void *data)
}
else
{
i = HASHSIZE;
break;
}
}