mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[MUP]
Don't deal with uninit ptr. CID #1322222 svn path=/trunk/; revision=71936
This commit is contained in:
parent
1e53a26381
commit
aeaced7e5a
1 changed files with 1 additions and 1 deletions
|
@ -1385,9 +1385,9 @@ NTSTATUS
|
|||
BroadcastOpen(PIRP Irp)
|
||||
{
|
||||
PMUP_FCB Fcb;
|
||||
PMUP_CCB Ccb;
|
||||
HANDLE Handle;
|
||||
PLIST_ENTRY Entry;
|
||||
PMUP_CCB Ccb = NULL;
|
||||
PMUP_UNC UncProvider;
|
||||
UNICODE_STRING FullPath;
|
||||
PFILE_OBJECT FileObject;
|
||||
|
|
Loading…
Reference in a new issue