mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fix for bug #5302
This commit is contained in:
parent
ca42de54a1
commit
fc11887596
1 changed files with 1 additions and 1 deletions
|
@ -2672,7 +2672,7 @@ server.");
|
|||
#ifdef __WIN__
|
||||
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);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue