summaryrefslogtreecommitdiff
path: root/src/operator-authenticate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operator-authenticate.cc')
-rw-r--r--src/operator-authenticate.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/operator-authenticate.cc b/src/operator-authenticate.cc
index 2cb9ced..9add74c 100644
--- a/src/operator-authenticate.cc
+++ b/src/operator-authenticate.cc
@@ -135,7 +135,9 @@ Operator::ProcessResult AuthenticateOperator::Plain(string &username, string &pa
return OK;
}
-Operator::ProcessResult AuthenticateOperator::Cram(string &username, string &password, string &challenge)
+Operator::ProcessResult AuthenticateOperator::Cram(string &username,
+ string &password,
+ string &challenge)
{
Session &session = Session::getInstance();