diff options
Diffstat (limited to 's/strategy.cpp')
-rw-r--r-- | s/strategy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/s/strategy.cpp b/s/strategy.cpp index d94921f6433..c635792cf22 100644 --- a/s/strategy.cpp +++ b/s/strategy.cpp @@ -137,6 +137,7 @@ namespace mongo { } Request r( m , 0 ); + r.init(); r.process(); } else { |