mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:31:44 +00:00
[WLANSVC]
fix a typo spotted by Eric svn path=/trunk/; revision=66668
This commit is contained in:
parent
f0154e5af4
commit
6ea4a782ee
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ DWORD _RpcCloseHandle(
|
|||
{
|
||||
PWLANSVCHANDLE lpWlanSvcHandle;
|
||||
|
||||
lpWlanSvcHandle = WlanSvcGetHandleEntry(phClientHandle);
|
||||
lpWlanSvcHandle = WlanSvcGetHandleEntry(*phClientHandle);
|
||||
if (!lpWlanSvcHandle)
|
||||
{
|
||||
return ERROR_INVALID_HANDLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue