Removes xml initialization from CURL if/def

This commit is contained in:
Felipe Zimmerle 2017-10-10 18:14:41 -03:00
parent 41bf7f716b
commit 20edf9ab77
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -75,8 +75,8 @@ ModSecurity::ModSecurity()
srand(time(NULL));
#ifdef MSC_WITH_CURL
curl_global_init(CURL_GLOBAL_ALL);
xmlInitParser();
#endif
xmlInitParser();
}