Skip to content

goadaemon: Changes around "no provider" runtime warnings

Milan Crha requested to merge wip/daemon-no-provider into master

Some older versions of the goa could left incomplete account definitions in the config file, they might contain just:

[Account account_1733831789_230]
IsTemporary=true
SessionId=bd81734c823d600c4b14fa576757fdfe

[Account account_1734149633_22209]
IsTemporary=true
SessionId=bd81734c823d600c4b14fa576757fdfe

These are never removed from the config file and they are always claimed on the terminal/in the journal. This commit series tries to change it.

Merge request reports

Loading