mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[RDBSS]
Fix broken assignment. Spotted by cppcheck. svn path=/trunk/; revision=75309
This commit is contained in:
parent
994a9eced3
commit
36532bafeb
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ RxCloseAssociatedSrvOpen(
|
|||
|
||||
/* Get the FCB from RX_CONTEXT */
|
||||
Fcb = (PFCB)RxContext->pFcb;
|
||||
SrvOpen == NULL;
|
||||
SrvOpen = NULL;
|
||||
}
|
||||
|
||||
/* If we don't have RX_CONTEXT, allocte one, we'll need it */
|
||||
|
|
Loading…
Reference in a new issue