8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 08:03:03 +01:00
This commit is contained in:
asfernandes 2006-07-28 02:17:11 +00:00
parent d280c5af69
commit 020a4f01a1

View File

@ -2174,9 +2174,8 @@ static void service_fork(ThreadEntryPoint* service_executable, Service* service)
* Startup a service.
*
**************************************/
TEXT* p;
/* Break up the command line into individual arguments. */
// Break up the command line into individual arguments.
service->parseSwitches();
USHORT argc = service->svc_argc;