Skip to content

Commit 20edf9a

Browse files
author
Felipe Zimmerle
committed
Removes xml initialization from CURL if/def
1 parent 41bf7f7 commit 20edf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modsecurity.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ ModSecurity::ModSecurity()
7575
srand(time(NULL));
7676
#ifdef MSC_WITH_CURL
7777
curl_global_init(CURL_GLOBAL_ALL);
78-
xmlInitParser();
7978
#endif
79+
xmlInitParser();
8080
}
8181

8282

0 commit comments

Comments
 (0)