mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Correction.
This commit is contained in:
parent
ba3ba43167
commit
4a40b788da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user