File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1066,14 +1066,14 @@ def rpc_del_vuln(xopts)
1066
1066
vulns = [ ]
1067
1067
1068
1068
if opts [ :host ] or opts [ :address ] or opts [ :addresses ]
1069
- hosts = opts_to_hosts ( opts )
1069
+ hosts = opts_to_hosts ( xopts )
1070
1070
end
1071
1071
1072
1072
if opts [ :port ] or opts [ :proto ]
1073
1073
if opts [ :host ] or opts [ :address ] or opts [ :addresses ]
1074
- services = opts_to_services ( hosts , opts )
1074
+ services = opts_to_services ( hosts , xopts )
1075
1075
else
1076
- services = opts_to_services ( [ ] , opts )
1076
+ services = opts_to_services ( [ ] , xopts )
1077
1077
end
1078
1078
end
1079
1079
@@ -1682,7 +1682,7 @@ def rpc_del_client(xopts)
1682
1682
clients = [ ]
1683
1683
1684
1684
if opts [ :host ] or opts [ :address ] or opts [ :addresses ]
1685
- hosts = opts_to_hosts ( opts )
1685
+ hosts = opts_to_hosts ( xopts )
1686
1686
else
1687
1687
hosts = wspace . hosts
1688
1688
end
You can’t perform that action at this time.
0 commit comments