diff options
author | Luke Bratch <luke@bratch.co.uk> | 2020-01-05 22:25:22 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2020-01-05 22:25:22 +0000 |
commit | 82ab48d41bfef30ab51b407b48dfcda9ebc5f7e7 (patch) | |
tree | 28a87fe7d5c0af50aaf1abc4717c9e7cb93a24a5 /TODO | |
parent | d0c2d49cc63cf14a094f3bb168ffdd18e2ea5ff3 (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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |