Skip to content

Commit 842b877

Browse files
committed
Remove the p.option move
1 parent ec315a4 commit 842b877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/internal/async/connection_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ AsyncConnectionImpl::ResumeAppendableObjectUpload(AppendableUploadParams p) {
306306

307307
future<StatusOr<std::unique_ptr<storage_experimental::AsyncWriterConnection>>>
308308
AsyncConnectionImpl::AppendableObjectUploadImpl(AppendableUploadParams p) {
309-
auto current = internal::MakeImmutableOptions(p.options);
309+
auto current = internal::MakeImmutableOptions(std::move(p.options));
310310
auto request = p.request;
311311
std::int64_t persisted_size = 0;
312312
std::shared_ptr<storage::internal::HashFunction> hash_function =

0 commit comments

Comments
 (0)