chiark / gitweb /
sd-id128: handle NULL return parameter in sd_id128_from_string() nicer
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Jul 2016 18:23:51 +0000 (20:23 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:13:01 +0000 (10:13 +0200)
commitdb92d3c50c716a383ede28911de4ea089ae94290
tree56f6bdd0c385e772583c51b09705d8e9c58acdcb
parent7f1ebb0bcb5c480ea0e21f24f8b348a85313087b
sd-id128: handle NULL return parameter in sd_id128_from_string() nicer

If the return parameter is NULL, simply validate the string, and return no
error.
man/sd_id128_to_string.xml
src/libelogind/sd-id128/sd-id128.c