mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-11 11:00:29 +08:00
Update On Wed Mar 19 19:36:48 CET 2025
This commit is contained in:
@@ -500,7 +500,10 @@ where
|
||||
debug_assert_eq!(method.key_len(), 0);
|
||||
|
||||
if !password.is_empty() {
|
||||
warn!("method \"none\" doesn't need a password, which should be set as an empty String, but password.len() = {}", password.len());
|
||||
warn!(
|
||||
"method \"none\" doesn't need a password, which should be set as an empty String, but password.len() = {}",
|
||||
password.len()
|
||||
);
|
||||
}
|
||||
|
||||
return Ok((password, Vec::new().into_boxed_slice(), Vec::new()));
|
||||
|
Reference in New Issue
Block a user