diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c index f4c755b87ff..036ecb95919 100644 --- a/dlls/hnetcfg/port.c +++ b/dlls/hnetcfg/port.c @@ -318,7 +318,7 @@ static HRESULT WINAPI fw_port_put_Enabled( fw_port *This = impl_from_INetFwOpenPort( iface ); FIXME("%p %d\n", This, enabled); - return E_NOTIMPL; + return S_OK; } static HRESULT WINAPI fw_port_get_BuiltIn(