Skip to content

Commit

Permalink
pw_transfer: Use correct event type for EndServerTransfer()
Browse files Browse the repository at this point in the history
Change-Id: Id743bbb4676bad887301849af1a41763599484b0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/95423
Pigweed-Auto-Submit: Erik Gilling <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Alexei Frolov <[email protected]>
  • Loading branch information
konkers authored and CQ Bot Account committed May 20, 2022
1 parent faf42d6 commit da8f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_transfer/public/pw_transfer/transfer_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class TransferThread : public thread::ThreadCore {
Status status,
bool send_status_chunk = false) {
EndTransfer(
EventType::kClientEndTransfer, session_id, status, send_status_chunk);
EventType::kServerEndTransfer, session_id, status, send_status_chunk);
}

void SetClientReadStream(rpc::RawClientReaderWriter& read_stream) {
Expand Down

0 comments on commit da8f532

Please sign in to comment.