1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix compiler error on mysqld.cc

sql/mysqld.cc:
  Fix compiler error adding a missed )
This commit is contained in:
unknown
2002-03-26 18:47:50 -03:00
parent bbedc5ebbf
commit 3136a7aeea

View File

@ -2003,7 +2003,7 @@ The server will not act as a slave.");
#ifdef __NT__
if (hPipe == INVALID_HANDLE_VALUE &&
(!have_tcpip || opt_disable_networking)
(!have_tcpip || opt_disable_networking))
{
sql_print_error("TCP/IP or --enable-named-pipe should be configured on NT OS");
unireg_abort(1);