summaryrefslogtreecommitdiff
path: root/db/client.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-02-11 12:52:26 -0500
committerEliot Horowitz <eliot@10gen.com>2010-02-11 12:52:26 -0500
commitc3b8492cf0f8dd2012e0aa6de3e025adec3f7b29 (patch)
treead124625c114ac515cd7487257f199ed82679271 /db/client.cpp
parentc9ed60974d3a795a25353f3790d6af6093bfad3d (diff)
downloadmongo-c3b8492cf0f8dd2012e0aa6de3e025adec3f7b29.tar.gz
count commands separately
Diffstat (limited to 'db/client.cpp')
-rw-r--r--db/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/client.cpp b/db/client.cpp
index 22646e47ab9..3d3dc740512 100644
--- a/db/client.cpp
+++ b/db/client.cpp
@@ -200,7 +200,7 @@ namespace mongo {
if ( _client )
b.append( "desc" , _client->desc() );
-
+
return b.obj();
}