mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[EVENTLOG]
- Fix a non-initialized variable. svn path=/trunk/; revision=54965
This commit is contained in:
parent
fa989547b6
commit
c673f85060
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ElfCreateEventLogHandle(PLOGHANDLE *LogHandle,
|
|||
PLOGFILE currentLogFile = NULL;
|
||||
INT i, LogsActive;
|
||||
PEVENTSOURCE pEventSource;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
DPRINT("ElfCreateEventLogHandle(Name: %S)\n", Name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue