mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +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;
|
PWLANSVCHANDLE lpWlanSvcHandle;
|
||||||
|
|
||||||
lpWlanSvcHandle = WlanSvcGetHandleEntry(phClientHandle);
|
lpWlanSvcHandle = WlanSvcGetHandleEntry(*phClientHandle);
|
||||||
if (!lpWlanSvcHandle)
|
if (!lpWlanSvcHandle)
|
||||||
{
|
{
|
||||||
return ERROR_INVALID_HANDLE;
|
return ERROR_INVALID_HANDLE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue