try to fix everything

This commit is contained in:
nora 2022-02-13 23:11:20 +01:00
parent ac2acbae1f
commit 5dc33f0dab
10 changed files with 1576 additions and 1525 deletions

View file

@ -125,7 +125,7 @@ fn server_properties(host: SocketAddr) -> classes::Table {
}
let host_str = host.ip().to_string();
let host_value = if host_str.len() < 256 {
let _host_value = if host_str.len() < 256 {
FieldValue::ShortString(host_str)
} else {
FieldValue::LongString(host_str.into())