summaryrefslogtreecommitdiff
path: root/db/dbwebserver.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-28 17:26:09 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-28 17:26:09 -0400
commit4e8a758021a0f6b930d3470b1aba7cd588a03d74 (patch)
treeb85700b38fa8dbfdde22093ea0ae923b4efc8779 /db/dbwebserver.cpp
parentafedeecec47025f265b2b1e5512c20bb0114cbe4 (diff)
downloadmongo-4e8a758021a0f6b930d3470b1aba7cd588a03d74.tar.gz
pedantic warning
Diffstat (limited to 'db/dbwebserver.cpp')
-rw-r--r--db/dbwebserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbwebserver.cpp b/db/dbwebserver.cpp
index c090ea149dd..517af083fd2 100644
--- a/db/dbwebserver.cpp
+++ b/db/dbwebserver.cpp
@@ -497,7 +497,7 @@ namespace mongo {
vector<string>& headers, const SockAddr &from ){
string cmd;
- bool text;
+ bool text = false;
assert( _cmd( url , cmd , text ) );
Command * c = _cmd( cmd );
assert( c );