Fixing a typo s/connection_tcpwrap_errors/connection_errors_tcpwrap,

causing build to fail when HAVE_LIBWRAP is enabled.
This commit is contained in:
Nirbhay Choubey 2014-05-27 10:11:42 -04:00
parent ef7e173404
commit 8d37bd48c7

View file

@ -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;
}
}