8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

Correction.

This commit is contained in:
dimitr 2008-04-17 07:30:10 +00:00
parent ba3ba43167
commit 4a40b788da

View File

@ -470,7 +470,7 @@ static HANDLE parse_args(LPCSTR lpszArgs, USHORT* pserver_flag)
break;
case 'D':
*pserver_flag |= SRVR_debug;
*pserver_flag |= (SRVR_debug | SRVR_non_service);
break;
#ifndef SUPERSERVER