This code can't actually work, because the mailbox allocation is attempted
in multiple namespaces. The error would just come from the last namespace,
which might not have been the correct one.
Reverts
cdf981514af4eb8af5a459d8e68bed2cccd7f37c
}
//FIXME: verify this from log, and if not log an error.
dsync_brain_set_changes_during_sync(brain, t_strdup_printf(
- "Mailbox GUID %s was lost: %s",
- guid_128_to_string(dsync_box->mailbox_guid), errstr));
+ "Mailbox GUID %s was lost",
+ guid_128_to_string(dsync_box->mailbox_guid)));
dsync_brain_slave_send_mailbox_lost(brain, dsync_box, FALSE);
return TRUE;
}