summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 7c91c08..18c3bab 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -8,7 +8,6 @@ pub struct Config {
8 pub serveraddr: String, 8 pub serveraddr: String,
9 pub pingtimeout: i64, 9 pub pingtimeout: i64,
10 pub pingthreshold: u64, 10 pub pingthreshold: u64,
11 pub timeoffset: i8,
12 pub auth: Auth, 11 pub auth: Auth,
13} 12}
14 13