Fix warning about double reference qualifier

This commit is contained in:
Nicolas Werner 2021-08-26 04:02:09 +02:00
parent 55e43dc4b8
commit e88fc1996e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ backup_session_key(const MegolmSessionIndex &idx,
idx.room_id,
idx.session_id,
bk,
[idx](const mtx::http::RequestErr &err) {
[idx](mtx::http::RequestErr err) {
if (err) {
nhlog::net()->warn(
"failed to backup session key ({}:{}): {} ({})",