summaryrefslogtreecommitdiff
path: root/db/security_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/security_commands.cpp')
-rw-r--r--db/security_commands.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/db/security_commands.cpp b/db/security_commands.cpp
index af03294..7bf2813 100644
--- a/db/security_commands.cpp
+++ b/db/security_commands.cpp
@@ -49,9 +49,7 @@ namespace mongo {
class CmdGetNonce : public Command {
public:
virtual bool requiresAuth() { return false; }
- virtual bool logTheOp() {
- return false;
- }
+ virtual bool logTheOp() { return false; }
virtual bool slaveOk() const {
return true;
}