Skip to content
Snippets Groups Projects
Commit bc8c0be7 authored by deuce's avatar deuce
Browse files

Fix bug in forwarding TIC files reported by DeepEND.

Thanks!
parent ef09ae07
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ function forward_tic(tic)
}
// Add us to the path...
tic.path.push(system.system.fido_addr_list[0]);
tic.path.push(system.fido_addr_list[0]);
// Populate seenbys from TIC file
for (i=0; i<tic.seenby.length; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment