mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 16:11:22 +00:00
fu-remote-list: emit a changed signal when modifying a remote
This should notify the daemon of changes before the inotify letting the data store get reloaded and fix autopkgtest race conditions. Fixes: #1648
This commit is contained in:
parent
7442b7ba77
commit
427e01fcf3
@ -271,6 +271,7 @@ fu_remote_list_set_key_value (FuRemoteList *self,
|
|||||||
g_prefix_error (error, "failed to load %s: ", filename);
|
g_prefix_error (error, "failed to load %s: ", filename);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
fu_remote_list_emit_changed (self);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user