[RDBSS] Fix broken cast when comparing DFS magic values

CID 1419139
This commit is contained in:
Pierre Schweitzer 2017-10-11 08:38:26 +02:00
parent f9b26bc0f2
commit 78e5caaec2

View file

@ -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);
}