summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2f7e060..8d8d80c 100644
--- a/TODO
+++ b/TODO
@@ -25,4 +25,4 @@ Can memory usage be reduced further? (e.g. better channel struct management)
Ability to load new certificate whilst running.
-Disconnecting IP address announced is not always correct.
+arrindex() shouldn't return 0 on failure as 0 is a valid index. Instead return -1 and change callers to check this.