mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[RDBSS] Fix broken cast when comparing DFS magic values
CID 1419139
This commit is contained in:
@@ -4946,7 +4946,7 @@ RxCreateFromNetRoot(
|
||||
if (Context->pFobx != NULL)
|
||||
{
|
||||
/* If so, reflect this in the FOBX */
|
||||
if (NodeType(FileObject->FsContext2) == DFS_OPEN_CONTEXT)
|
||||
if (FileObject->FsContext2 == UIntToPtr(DFS_OPEN_CONTEXT))
|
||||
{
|
||||
SetFlag(Context->pFobx->Flags, FOBX_FLAG_DFS_OPEN);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user