From cd353c875c3c8bcae4f4ece597468728341362c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 13 Oct 2020 02:38:22 +0200 Subject: command todos --- mumd/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd/src') diff --git a/mumd/src/state.rs b/mumd/src/state.rs index 566adaf..89ae4cd 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -15,7 +15,7 @@ pub struct State { packet_sender: mpsc::Sender>, username: String, - session_id: Option, //FIXME set + session_id: Option, } impl State { -- cgit v1.2.1