mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixing a typo s/connection_tcpwrap_errors/connection_errors_tcpwrap,
causing build to fail when HAVE_LIBWRAP is enabled.
This commit is contained in:
parent
ef7e173404
commit
8d37bd48c7
1 changed files with 1 additions and 1 deletions
|
@ -6996,7 +6996,7 @@ void handle_connections_sockets()
|
|||
The connection was refused by TCP wrappers.
|
||||
There are no details (by client IP) available to update the host_cache.
|
||||
*/
|
||||
statistic_increment(connection_tcpwrap_errors, &LOCK_status);
|
||||
statistic_increment(connection_errors_tcpwrap, &LOCK_status);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue