summaryrefslogtreecommitdiff
path: root/dbgrid
diff options
context:
space:
mode:
authorunknown <Administrator@.(none)>2009-01-18 20:31:33 -0500
committerunknown <Administrator@.(none)>2009-01-18 20:31:33 -0500
commitcb90806ce18d7b3793295c633dd346c4395480aa (patch)
tree9f9b3bd9aa1f64929223647829e0be80078bc4d4 /dbgrid
parentc0961eb637c18a1344fbf67a716e660518a397f7 (diff)
downloadmongo-cb90806ce18d7b3793295c633dd346c4395480aa.tar.gz
basic security
Diffstat (limited to 'dbgrid')
-rw-r--r--dbgrid/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbgrid/request.cpp b/dbgrid/request.cpp
index eb7af085c59..7aa04052364 100644
--- a/dbgrid/request.cpp
+++ b/dbgrid/request.cpp
@@ -110,7 +110,7 @@ namespace mongo {
dbcon.done();
/*
- while( d.moreJSObjs() ) {
+ while( d.mmoreJSObjs() ) {
BSONObj js = d.nextJsObj();
const char *ns = d.getns();
assert(*ns);