From 0dc7dd13c6b5d99d6c22d44f7ef96750f3540e50 Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Wed, 10 Feb 2021 12:33:29 +0100 Subject: Revert "SERVER-53150 Specify input/output to hello command" This reverts commit 92dfc822d41714b47bc20e260aafb54884909acc. --- src/mongo/db/repl/hello_auth.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/db/repl/hello_auth.h') 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 -- cgit v1.2.1