mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
cppcheck: make static analysis more pedantic
This commit is contained in:
@@ -293,6 +293,10 @@ class Transaction : public TransactionAnchoredVariables {
|
||||
void *logCbData);
|
||||
~Transaction();
|
||||
|
||||
Transaction ( const Transaction & ) = delete;
|
||||
bool operator ==(const Transaction &b) const { return false; };
|
||||
Transaction operator =(const Transaction &b) const = delete;
|
||||
|
||||
/** TODO: Should be an structure that fits an IP address */
|
||||
int processConnection(const char *client, int cPort,
|
||||
const char *server, int sPort);
|
||||
|
||||
Reference in New Issue
Block a user