diff options
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. |