chiark / gitweb /
acl-util: various smaller fixes to parse_acl()
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Jun 2015 20:08:21 +0000 (22:08 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:03:48 +0000 (10:03 +0100)
- Make string parameter const

- Don't log some OOM errors, but not others

- Don't eat up errors generated by acl_from_text()

- Make sure check for success of every single strv_push() call


No differences found