mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Removes xml initialization from CURL if/def
This commit is contained in:
parent
41bf7f716b
commit
20edf9ab77
@ -75,8 +75,8 @@ ModSecurity::ModSecurity()
|
||||
srand(time(NULL));
|
||||
#ifdef MSC_WITH_CURL
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
xmlInitParser();
|
||||
#endif
|
||||
xmlInitParser();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user