From 40e5ba21a4265560fa2e46c5c90594832bd316f4 Mon Sep 17 00:00:00 2001 From: alesapin Date: Fri, 15 Apr 2022 11:55:05 +0200 Subject: [PATCH] Update src/Common/FileSegment.cpp --- src/Common/FileSegment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/FileSegment.cpp b/src/Common/FileSegment.cpp index 3729b87e823..9fe95c0d8cd 100644 --- a/src/Common/FileSegment.cpp +++ b/src/Common/FileSegment.cpp @@ -163,7 +163,7 @@ bool FileSegment::isDownloader() const return getCallerId() == downloader_id; } -bool FileSegment::isDownloaderImpl(std::lock_guard & /* segment+_lock */) const +bool FileSegment::isDownloaderImpl(std::lock_guard & /* segment_lock */) const { return getCallerId() == downloader_id; }