mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Refactor: Use pthread_exit(nullptr) instead of pthread_exit(NULL) for type safety.
This commit is contained in:
@@ -102,7 +102,7 @@ struct data_ms {
|
|||||||
delete modsecTransaction;
|
delete modsecTransaction;
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_exit(NULL);
|
pthread_exit(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user