8000 don't move · lethalbrains/arangodb@6f9d45f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f9d45f

Browse files
committed
don't move
1 parent 74b70bf commit 6f9d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Utils/Transaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ OperationResult Transaction::insertLocal(std::string const& collectionName,
12771277
// FIXME: We might only want to send the successful tries to the
12781278
// replica, for now, we simply send the same body:
12791279
auto body = std::make_shared<std::string>();
1280-
*body = std::move(value.toJson());
1280+
*body = value.toJson();
12811281

12821282
// Now prepare the requests:
12831283
std::vector<ClusterCommRequest> requests;

0 commit comments

Comments
 (0)
0