fixed missing urs deactivation upon initialization failure

This commit is contained in:
2014-09-16 05:31:28 +00:00
parent 2ca7afd90c
commit 3a30d67411
2 changed files with 3 additions and 1 deletions

View File

@ -2194,7 +2194,7 @@ static void impede_httpd (qse_httpd_t* httpd)
httpd_xtn = qse_httpd_getxtnstd (httpd);
if (open_config_file (httpd) >= 0)
{
{
qse_httpd_server_t* server;
server = qse_httpd_getfirstserver (httpd);