mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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;
|
delete modsecTransaction;
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_exit(NULL);
|
pthread_exit(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user