diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-10-14 16:57:03 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-10-14 16:57:03 -0400 |
commit | 409e8b6db4027ca0e56a52a435e493ef25ec8cf9 (patch) | |
tree | 25cb6a69aaf722d7906d9a9c9bbdb8925d4fc681 /db/security.cpp | |
parent | a3670180a99654f6f4b84b4edfab670a38804d62 (diff) | |
download | mongo-409e8b6db4027ca0e56a52a435e493ef25ec8cf9.tar.gz |
setClient
Diffstat (limited to 'db/security.cpp')
-rw-r--r-- | db/security.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/security.cpp b/db/security.cpp index ae04a0819f1..8a79863f646 100644 --- a/db/security.cpp +++ b/db/security.cpp @@ -45,6 +45,7 @@ namespace mongo { for ( list<string>::iterator i = _tempCollections.begin(); i!=_tempCollections.end(); i++ ){ string ns = *i; dblock l; + setClient( ns.c_str() ); if ( ! nsdetails( ns.c_str() ) ) continue; try { |