dpnet: Remove dead code (Coverity).
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
07d3780d68
commit
c2a8f3d8a0
|
@ -326,8 +326,6 @@ HRESULT set_firewall( enum firewall_op op )
|
||||||
hr = INetFwAuthorizedApplications_Add( apps, app );
|
hr = INetFwAuthorizedApplications_Add( apps, app );
|
||||||
else if (op == APP_REMOVE)
|
else if (op == APP_REMOVE)
|
||||||
hr = INetFwAuthorizedApplications_Remove( apps, image );
|
hr = INetFwAuthorizedApplications_Remove( apps, image );
|
||||||
else
|
|
||||||
hr = E_INVALIDARG;
|
|
||||||
|
|
||||||
done:
|
done:
|
||||||
if (app) INetFwAuthorizedApplication_Release( app );
|
if (app) INetFwAuthorizedApplication_Release( app );
|
||||||
|
|
Loading…
Reference in New Issue