diff --git a/scripting/bench.cpp b/scripting/bench.cpp index 530555602bdf9..e9a778d220fe7 100644 --- a/scripting/bench.cpp +++ b/scripting/bench.cpp @@ -400,7 +400,7 @@ namespace mongo { catch( ... ){ error() << "Exception not handled in benchRun thread." << endl; } - + conn->getLastError(); config->threadsActive--; conn.done();