summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/op_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/rpc/op_msg.h')
-rw-r--r--src/mongo/rpc/op_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/rpc/op_msg.h b/src/mongo/rpc/op_msg.h
index fdafcb002c4..88799e56896 100644
--- a/src/mongo/rpc/op_msg.h
+++ b/src/mongo/rpc/op_msg.h
@@ -221,7 +221,7 @@ public:
* the server handles them. Is false by default, although the check only happens in debug
* builds.
*/
- static AtomicBool disableDupeFieldCheck_forTest;
+ static AtomicWord<bool> disableDupeFieldCheck_forTest;
/**
* Similar to finish, any calls on this object after are illegal.