[CSRSRV2]: Bugfix, don't dereference the thread instead of referencing it!

svn path=/trunk/; revision=55703
This commit is contained in:
Alex Ionescu 2012-02-19 09:54:41 +00:00
parent 83e2f62323
commit 131b6d2ea6

View file

@ -720,7 +720,7 @@ CsrApiRequestThread(IN PVOID Parameter)
}
/* We got an API Request */
CsrDereferenceThread(CsrThread);
CsrLockedReferenceThread(CsrThread);
CsrReleaseProcessLock();
/* This is an API call, get the Server ID */