[CMAKE]
[reactos.git] / dll / win32 / hnetcfg / port.c
index c80b5f7..af821d6 100644 (file)
@@ -270,7 +270,9 @@ static HRESULT WINAPI fw_port_get_Enabled(
     fw_port *This = impl_from_INetFwOpenPort( iface );
 
     FIXME("%p %p\n", This, enabled);
-    return E_NOTIMPL;
+
+    *enabled = VARIANT_TRUE;
+    return S_OK;
 }
 
 static HRESULT WINAPI fw_port_put_Enabled(