8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
robocop 2006-04-19 03:05:09 +00:00
parent 661a127b30
commit a278bc8413

View File

@ -201,8 +201,10 @@ int CLIB_ROUTINE server_main( int argc, char** argv)
case 'M':
INET_SERVER_flag |= SRVR_multi_client;
if (argv < end)
{
if (clients = atoi(*argv))
argv++;
}
multi_client = standalone = true;
break;