mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Null dereference FTL.
svn path=/trunk/; revision=38193
This commit is contained in:
parent
145ffd10f1
commit
2873eff0cb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ BOOL Create(LPCTSTR ServiceName, LPCTSTR *ServiceArgs)
|
|||
_tprintf(_T("error control - %lu\n"), dwErrorControl);
|
||||
_tprintf(_T("Binary path - %s\n"), lpBinaryPathName);
|
||||
_tprintf(_T("load order group - %s\n"), lpLoadOrderGroup);
|
||||
_tprintf(_T("tag - %lu\n"), *lpdwTagId);
|
||||
_tprintf(_T("tag - %lu\n"), lpdwTagId);
|
||||
_tprintf(_T("dependincies - %s\n"), lpDependencies);
|
||||
_tprintf(_T("account start name - %s\n"), lpServiceStartName);
|
||||
_tprintf(_T("account password - %s\n"), lpPassword);
|
||||
|
|
Loading…
Reference in a new issue