diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2016-12-06 16:51:45 +0530 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-06 12:21:45 +0100 |
commit | 10452f7c93c3a492c1f8fdc4a49b65ddc40b27a2 (patch) | |
tree | 4f9bff7fdf68acc0a0c7cc9c9b884f433cc945e2 /TODO | |
parent | 5efdbf11d1ef7da72d3de58abecd84edefbaf98a (diff) | |
download | systemd-10452f7c93c3a492c1f8fdc4a49b65ddc40b27a2.tar.gz |
core: introduce parse_ip_port (#4825)
1. Listed in TODO.
2. Tree wide replace safe_atou16 with parse_ip_port incase
it's used for ports.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -32,8 +32,6 @@ Features: * replace all canonicalize_file_name() invocations by chase_symlinks(), in particulr those where a rootdir is relevant. -* add parse_ip_port() or so, that is like safe_atou16() but checks for != 0 - * drop nss-myhostname in favour of nss-resolve? * drop internal dlopen() based nss-dns fallback in nss-resolve, and rely on the |