We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3887dbb commit 4f964b7Copy full SHA for 4f964b7
src/scripts/mod.rs
@@ -255,7 +255,6 @@ impl Script {
255
script: self.path.unwrap().to_str().unwrap().to_string(),
256
ip: self.ip.to_string(),
257
port: ports_str,
258
- //ipversion: ipversion.to_string()
259
ipversion: match &self.ip {
260
IpAddr::V4(_) => String::from("4"),
261
IpAddr::V6(_) => String::from("6")
@@ -266,7 +265,6 @@ impl Script {
266
265
let exec_parts: ExecParts = ExecParts {
267
268
269
270
271
272
0 commit comments