mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WLANSVC]
fix a typo spotted by Eric svn path=/trunk/; revision=66668
This commit is contained in:
@@ -99,7 +99,7 @@ DWORD _RpcCloseHandle(
|
||||
{
|
||||
PWLANSVCHANDLE lpWlanSvcHandle;
|
||||
|
||||
lpWlanSvcHandle = WlanSvcGetHandleEntry(phClientHandle);
|
||||
lpWlanSvcHandle = WlanSvcGetHandleEntry(*phClientHandle);
|
||||
if (!lpWlanSvcHandle)
|
||||
{
|
||||
return ERROR_INVALID_HANDLE;
|
||||
|
||||
Reference in New Issue
Block a user