From bc8c0be7277a278486431c7dafe9378b596091a6 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 14 Jan 2016 09:01:55 +0000 Subject: [PATCH] Fix bug in forwarding TIC files reported by DeepEND. Thanks! --- exec/tickit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/tickit.js b/exec/tickit.js index 9a886c609f..66a341d5a3 100644 --- a/exec/tickit.js +++ b/exec/tickit.js @@ -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++) -- GitLab