summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/bridge.cpp')
-rw-r--r--src/mongo/tools/bridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/bridge.cpp b/src/mongo/tools/bridge.cpp
index dafc44b272b..b22153a3db9 100644
--- a/src/mongo/tools/bridge.cpp
+++ b/src/mongo/tools/bridge.cpp
@@ -94,7 +94,7 @@ public:
int oldId = m.header().getId();
if (m.operation() == dbQuery || m.operation() == dbMsg ||
- m.operation() == dbGetMore) {
+ m.operation() == dbGetMore || m.operation() == dbCommand) {
bool exhaust = false;
if (m.operation() == dbQuery) {
DbMessage d(m);