This commit is contained in:
miguel@hegel.txg.br 2004-09-02 01:17:28 -03:00
parent ca42de54a1
commit fc11887596

View file

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