a_dbus_convert_value(): Be less strict about wrong strings
The code doesn't check the type of any of the values that it converts. However, string elements are silently skipped if they cannot be converted. The proper fix would be to make this code check types. For now, it will be ok to "convert" non-strings to an empty string. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
8b3087dc4e
commit
82f74aa895
Loading…
Reference in New Issue