changed awk to carry on even if lt_dlinit() fails

This commit is contained in:
2015-06-12 08:40:58 +00:00
parent 763efada8f
commit 7675a86234
5 changed files with 39 additions and 7 deletions

View File

@ -756,7 +756,7 @@ qse_httpd_t* qse_httpd_openstdwithmmgr (qse_mmgr_t* mmgr, qse_size_t xtnsize)
if (httpd == QSE_NULL) goto oops;
xtn = (httpd_xtn_t*)qse_httpd_getxtn (httpd);
QSE_MEMSET (xtn, 0, QSE_SIZEOF(httpd_xtn_t*));
QSE_MEMSET (xtn, 0, QSE_SIZEOF(*xtn));
#if defined(USE_LTDL)
/* lt_dlinit() can be called more than once and