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-credential.cpp b/src/challenge/challenge-credential.cpp index cac5aa0..51ba94c 100644 --- a/src/challenge/challenge-credential.cpp +++ b/src/challenge/challenge-credential.cpp
@@ -135,7 +135,7 @@ Block ChallengeCredential::genChallengeRequestTLV(Status status, const std::string& challengeStatus, - std::multimap<std::string, std::string>&& params) + const std::multimap<std::string, std::string>& params) { Block request(tlv::EncryptedPayload); if (status == Status::BEFORE_CHALLENGE) {