diff options
Diffstat (limited to 'mumd/src/state.rs')
| -rw-r--r-- | mumd/src/state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs index e7b0233..94a0293 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -437,6 +437,7 @@ pub fn into_channel( } } + //root node is ignored because of how walk_and_add is implemented on ProtoTree let mut proto_tree = ProtoTree { channel: Some(channels.get(&0).unwrap()), children: HashMap::new(), |
