...
1.1 --- a/sync/cond_act_sync.yml2 Fri Jan 31 17:35:45 2020 +0100
1.2 +++ b/sync/cond_act_sync.yml2 Fri Jan 31 17:39:06 2020 +0100
1.3 @@ -400,7 +400,7 @@
1.4
1.5 identity_list *oil = session->sync_state.own.identities;
1.6
1.7 - // BUG: this should be a transaction and been rolled back completely on error
1.8 + // FIXME: this should be a transaction and been rolled back completely on error
1.9 for (identity_list *_il = il; _il && _il->ident; _il = _il->next) {
1.10 bool found = false;
1.11 status = _have_identity_in(oil, _il->ident, &found);