[WLANSVC]

fix a typo
spotted by Eric

svn path=/trunk/; revision=66668
This commit is contained in:
Christoph von Wittich 2015-03-13 19:09:32 +00:00
parent f0154e5af4
commit 6ea4a782ee

View file

@ -99,7 +99,7 @@ DWORD _RpcCloseHandle(
{
PWLANSVCHANDLE lpWlanSvcHandle;
lpWlanSvcHandle = WlanSvcGetHandleEntry(phClientHandle);
lpWlanSvcHandle = WlanSvcGetHandleEntry(*phClientHandle);
if (!lpWlanSvcHandle)
{
return ERROR_INVALID_HANDLE;