mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Fix for bug #5302
This commit is contained in:
@@ -2672,7 +2672,7 @@ server.");
|
|||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
if ( !have_tcpip || opt_disable_networking)
|
if ( !have_tcpip || opt_disable_networking)
|
||||||
{
|
{
|
||||||
sql_print_error("Without TCP/IP or use of --skip-networking results in no available interfaces");
|
sql_print_error("TCP/IP unavailable or disabled with --skip-networking; no available interfaces");
|
||||||
unireg_abort(1);
|
unireg_abort(1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user