util: clean-ups to enum parsers
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Sep 2015 22:50:34 +0000 (00:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2015 14:31:10 +0000 (16:31 +0200)
commit8c721f2bcb134de228ec98f5e27ce89d79a31b55
treed07f24f87ecac2608ee05bc1d90bcf3664c7273f
parent08edf879ed3c98e5ae889dceb8b761929f407054
util: clean-ups to enum parsers

Never log when we fail due to OOM when translating enums, let the caller
do that. Translating basic types like enums should be something where
the caller logs, not the translatior functions.

Return -1 when NULL is passed to all enum parser functions.

The non-fallback versions of the enum translator calls already handle
NULL as failure, instead of hitting an assert, and we should do this
here, too.
src/basic/util.c
src/basic/util.h