mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
c84face8ce
When we're trying to search for certain tree node in daemon's reply, we default to a blank string "" if the node is not found. This happens during lvmetad initialization. However, when the default blank string is used, we can't use dm_config_find_str at the same time - the dm_config_find_str_allow_empty should be used instead. Otherwise a a warning message: "WARNING: Ignoring unsupported value for ..." is issued. |
||
---|---|---|
.. | ||
config-util.c | ||
config-util.h | ||
daemon-client.c | ||
daemon-client.h | ||
daemon-io.c | ||
daemon-io.h | ||
Makefile.in |