changed the function signature of qse_tmr_gettmout()

This commit is contained in:
2016-01-30 18:07:20 +00:00
parent ca08d90853
commit 1bdd1f5f6c
3 changed files with 7 additions and 5 deletions

View File

@ -1945,7 +1945,7 @@ int qse_httpd_loop (qse_httpd_t* httpd)
}
}
qse_tmr_fire (httpd->tmr, QSE_NULL);
qse_tmr_fire (httpd->tmr, QSE_NULL, QSE_NULL);
purge_bad_clients (httpd);
if (httpd->impedereq)