Skip to content
Snippets Groups Projects
Commit b65a5504 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed taking reference from a temporary return value.

We now copy instead.
parent 5230685c
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public:
// Archive jobs management ===================================================
struct JobToAdd {
ArchiveRequest::JobDump & job;
ArchiveRequest::JobDump job;
const std::string archiveRequestAddress;
uint64_t archiveFileId;
uint64_t fileSize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment