From 65ba59322d0448ebfbdfb3a1b437913cf3aae844 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 27 Apr 2016 21:51:36 +0300 Subject: [PATCH] hnetcfg: Claim success in INetFwOpenPorts::Add(). Signed-off-by: Nikolay Sivov Signed-off-by: Alexandre Julliard --- dlls/hnetcfg/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c index 036ecb95919..7d749650763 100644 --- a/dlls/hnetcfg/port.c +++ b/dlls/hnetcfg/port.c @@ -526,7 +526,7 @@ static HRESULT WINAPI fw_ports_Add( fw_ports *This = impl_from_INetFwOpenPorts( iface ); FIXME("%p, %p\n", This, port); - return E_NOTIMPL; + return S_OK; } static HRESULT WINAPI fw_ports_Remove(