1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

lvmdbusd: Ensure all paths return value

This commit is contained in:
Tony Asleson 2019-01-14 09:08:55 -06:00
parent 5f102b3421
commit b6d26245fb

View File

@ -155,7 +155,7 @@ class AutomatedProperties(dbus.service.Object):
# through all dbus objects as some don't have a search method, like
# 'Manager' object.
if not self._ap_search_method:
return
return 0
search = self.lvm_id
if search_key: