summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2020-01-05 22:25:22 +0000
committerLuke Bratch <luke@bratch.co.uk>2020-01-05 22:25:22 +0000
commit82ab48d41bfef30ab51b407b48dfcda9ebc5f7e7 (patch)
tree28a87fe7d5c0af50aaf1abc4717c9e7cb93a24a5 /TODO
parentd0c2d49cc63cf14a094f3bb168ffdd18e2ea5ff3 (diff)
Fix some situations where the remote IP of a connecting/disconnecting client is wrong in the debug log and NOTICEs.
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.