diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-24 15:44:28 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-24 19:02:13 -0300 |
commit | 2b77f67e78827cc7e85fb43b05d3e1623b31a1bf (patch) | |
tree | 065ddaa7586245979fcc805d71d662962d29b98f /TODO | |
parent | 842865365e598a090045894f8990fd384e801ccb (diff) |
fileio: unify how we chop off whitespace from key and value in parse_env_file_internal()
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ Features: * see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672 without dropping the location cache entirely. -* truncate whitespace of var names the same way as values in parse_env_file_internal() - * dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we should be able to safely try another attempt when the bus call LoadUnit() is invoked. |