commit | f2e6bb5d1af8fa6163c3ea7c1ab19a35789f55a8 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Sun Dec 13 13:23:05 2020 -0800 |
committer | tylerliu <tylersiqi@163.com> | Sun Dec 13 13:23:05 2020 -0800 |
tree | 43990c33fafa8726a58e5b31295926ef6c81ace0 | |
parent | 01efccb23d9a0d85d3e3ace5f121e6c20be8fc2a [diff] [blame] |
code review fix Change-Id: Ie616543094aaa31d596980ba7a3cef05de4351fc
diff --git a/src/challenge/challenge-email.hpp b/src/challenge/challenge-email.hpp index c005b7e..e2c7267 100644 --- a/src/challenge/challenge-email.hpp +++ b/src/challenge/challenge-email.hpp
@@ -65,7 +65,7 @@ Block genChallengeRequestTLV(Status status, const std::string& challengeStatus, - std::multimap<std::string, std::string>&& params) override; + const std::multimap<std::string, std::string>& params) override; // challenge status static const std::string NEED_CODE;