Commit 63a0e564 authored by Sergei Golubchik's avatar Sergei Golubchik

typo fixed (compilation failure with libwrap)

parent edf1fbd2
...@@ -6207,7 +6207,7 @@ void handle_connections_sockets() ...@@ -6207,7 +6207,7 @@ void handle_connections_sockets()
The connection was refused by TCP wrappers. The connection was refused by TCP wrappers.
There are no details (by client IP) available to update the host_cache. 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; continue;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment