mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Fixed issue preventing startup without --nofork under win32
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7265 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
52acbb466b
commit
68531a8197
@ -70,7 +70,7 @@ DWORD WindowsForkStart(InspIRCd * Instance)
|
||||
return false;
|
||||
|
||||
// Launch our "forked" process.
|
||||
BOOL bSuccess = CreateProcess ( module, module,
|
||||
BOOL bSuccess = CreateProcess ( module, NULL,
|
||||
0, // PROCESS_SECURITY_ATTRIBUTES
|
||||
0, // THREAD_SECURITY_ATTRIBUTES
|
||||
TRUE, // We went to inherit handles.
|
||||
|
Loading…
x
Reference in New Issue
Block a user