Commit 8d37bd48 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fixing a typo s/connection_tcpwrap_errors/connection_errors_tcpwrap,

causing build to fail when HAVE_LIBWRAP is enabled.
parent ef7e1734
......@@ -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;
}
}
......
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