summaryrefslogtreecommitdiff
path: root/src/mongo/db/traffic_recorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/traffic_recorder.cpp')
-rw-r--r--src/mongo/db/traffic_recorder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/traffic_recorder.cpp b/src/mongo/db/traffic_recorder.cpp
index 17f4756cce9..4252cc1cfb5 100644
--- a/src/mongo/db/traffic_recorder.cpp
+++ b/src/mongo/db/traffic_recorder.cpp
@@ -100,7 +100,7 @@ public:
}
void run() {
- _thread = stdx::thread([ consumer = std::move(_pcqPipe.consumer), this ] {
+ _thread = stdx::thread([consumer = std::move(_pcqPipe.consumer), this] {
try {
DataBuilder db;
std::fstream out(_path,