summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/hello_auth.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2021-02-10 12:33:29 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-10 12:11:44 +0000
commit0dc7dd13c6b5d99d6c22d44f7ef96750f3540e50 (patch)
tree9de22c8a63b9aae80d0c32316e7249d983a35e08 /src/mongo/db/repl/hello_auth.h
parenteab7770928e86e0e70a035da87aa3fa616b9cc42 (diff)
downloadmongo-0dc7dd13c6b5d99d6c22d44f7ef96750f3540e50.tar.gz
Revert "SERVER-53150 Specify input/output to hello command"
This reverts commit 92dfc822d41714b47bc20e260aafb54884909acc.
Diffstat (limited to 'src/mongo/db/repl/hello_auth.h')
-rw-r--r--src/mongo/db/repl/hello_auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/repl/hello_auth.h b/src/mongo/db/repl/hello_auth.h
index 8f8a73269db..1ec1b4d1658 100644
--- a/src/mongo/db/repl/hello_auth.h
+++ b/src/mongo/db/repl/hello_auth.h
@@ -32,7 +32,6 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/db/operation_context.h"
-#include "mongo/db/repl/hello_gen.h"
namespace mongo {
@@ -42,6 +41,6 @@ namespace mongo {
* This will attach supported mechanisms or invoke the behavior of saslStart/authenticate commands
* as appropriate.
*/
-void handleHelloAuth(OperationContext* opCtx, const HelloCommand& cmd, BSONObjBuilder* result);
+void handleHelloAuth(OperationContext* opCtx, BSONObj cmdObj, BSONObjBuilder* result);
} // namespace mongo