Skip to content

Fix missing return value

Guido Berhörster requested to merge personal/gberh/fix-busy-loop into main

The missing return value is UB and in this case caused an infinite loop in SyncConfigure::removeConfigDir that manifested itself during the first sync after adding an account.

This fixes #51 (closed).

Merge request reports