diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 0f73b532..67c253e3 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -93,7 +93,7 @@ impl TlsClient { } pub fn go(&mut self) -> Option<()> { - let mut mtustring = "".to_string(); + let mtustring; let portstring = self.port.to_string(); let mut args = Vec::<&str>::new(); args.push(&self.hostname);