summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/isself.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2012-12-19 13:09:23 -0500
committerSpencer T Brody <spencer@10gen.com>2012-12-19 13:27:45 -0500
commit897f17447eb1374ff01ceb7ce2c53fa5dab12fc0 (patch)
treee1f8508e1bd73aa7d4d852ae52b3f4a6048b1656 /src/mongo/db/commands/isself.cpp
parentcb0a61089a26e690e266d97f883adcd885325c92 (diff)
downloadmongo-897f17447eb1374ff01ceb7ce2c53fa5dab12fc0.tar.gz
SERVER-7572 Remove all code that sets AuthenticationTables on connections
Diffstat (limited to 'src/mongo/db/commands/isself.cpp')
-rw-r--r--src/mongo/db/commands/isself.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/isself.cpp b/src/mongo/db/commands/isself.cpp
index fcca300f7e3..d02cfa8b1b8 100644
--- a/src/mongo/db/commands/isself.cpp
+++ b/src/mongo/db/commands/isself.cpp
@@ -248,8 +248,6 @@ namespace mongo {
if (!conn.auth("local", internalSecurity.user, internalSecurity.pwd, errmsg, false)) {
return false;
}
- conn.setAuthenticationTable(
- AuthenticationTable::getInternalSecurityAuthenticationTable() );
}
BSONObj out;