1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/libdaemon/client
Peter Rajnoha c84face8ce libdaemon: fix misleading "WARNING: Ignoring unsupported value for expected." when communicating with daemon
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.
2014-03-24 16:47:08 +01:00
..
config-util.c lvmetad: use dm_ malloc wrappers 2013-06-18 22:11:31 +02:00
config-util.h libdaemon: Make buffer handling asymptotically more efficient. 2012-10-11 18:09:41 +02:00
daemon-client.c libdaemon: add logging to daemon_open 2013-01-04 23:29:59 +00:00
daemon-client.h libdaemon: fix misleading "WARNING: Ignoring unsupported value for expected." when communicating with daemon 2014-03-24 16:47:08 +01:00
daemon-io.c libdaemon: Fix an invalid memory read. 2013-10-08 23:21:09 +02:00
daemon-io.h cleanup: easier to read loop code 2013-06-18 22:13:41 +02:00
Makefile.in libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc]. 2012-09-26 17:26:23 +02:00