added unix socket support into httpd urs

This commit is contained in:
2014-09-26 16:46:10 +00:00
parent 79ba0215eb
commit 718fd13481
5 changed files with 56 additions and 13 deletions

View File

@ -957,7 +957,7 @@ static int activate_urs (qse_httpd_t* httpd)
httpd->urs.type = QSE_HTTPD_URS;
for (i = 0; i < httpd->dns.handle_count; i++)
for (i = 0; i < httpd->urs.handle_count; i++)
{
if (httpd->urs.handle_mask & (1 << i))
{