Skip to content

Commit

Permalink
Merge pull request #3380 from mulkieran/dbus-monitor-test
Browse files Browse the repository at this point in the history
Do not send out signal on UserInfo change before r3
  • Loading branch information
mulkieran committed Jul 10, 2023
2 parents 3ed2e0e + 6c86964 commit 8bae503
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/dbus_api/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,21 +818,6 @@ impl DbusTreeHandler {
if let Err(e) = self.property_changed_invalidated_signal(
&path,
prop_hashmap!(
consts::BLOCKDEV_INTERFACE_NAME_3_0 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_1 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_2 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
box_variant!(user_info_prop.clone())
},
consts::BLOCKDEV_INTERFACE_NAME_3_3 => {
Vec::new(),
consts::BLOCKDEV_USER_INFO_PROP.to_string() =>
Expand Down

0 comments on commit 8bae503

Please sign in to comment.