aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src')
-rw-r--r--mumd/src/state.rs1
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(),