summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-07-30 15:01:03 -0400
committerdwight <dwight@10gen.com>2010-07-30 15:01:03 -0400
commit6a5c95a8d350f6a6b93cace865b18eca4112cf7f (patch)
tree62b739a500990e76804517da0b2c47801177b5e6
parent266a499c5821383d80be7c3a3dea46c63e16259d (diff)
downloadmongo-6a5c95a8d350f6a6b93cace865b18eca4112cf7f.tar.gz
unref local var warning
-rw-r--r--client/dbclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.cpp b/client/dbclient.cpp
index 407b50252f3..187a5d8a3b8 100644
--- a/client/dbclient.cpp
+++ b/client/dbclient.cpp
@@ -1045,7 +1045,7 @@ namespace mongo {
string e;
_conns[i]->auth( dbname , username , pwd , e , digestPassword );
}
- catch ( AssertionException& e ){
+ catch ( AssertionException& ){
}
}