mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Refactor: Use pthread_exit(nullptr) instead of pthread_exit(NULL) for type safety.
This commit is contained in:
parent
bf6042dd16
commit
64dfe41cec
@ -102,7 +102,7 @@ struct data_ms {
|
||||
delete modsecTransaction;
|
||||
}
|
||||
|
||||
pthread_exit(NULL);
|
||||
pthread_exit(nullptr);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user