fix typos and comment formatting
This commit is contained in:
parent
f7d4f49809
commit
58ed5ba3ce
34 changed files with 73 additions and 128 deletions
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// Created by loki on 6/3/19.
|
||||
//
|
||||
|
||||
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||
|
||||
|
|
@ -297,7 +295,7 @@ void clientpairingsecret(std::shared_ptr<safe::queue_t<crypto::x509_t>> &add_cer
|
|||
|
||||
// if hash not correct, probably MITM
|
||||
if(std::memcmp(hash.data(), sess.clienthash.data(), hash.size())) {
|
||||
//TODO: log
|
||||
// TODO: log
|
||||
|
||||
map_id_sess.erase(client.uniqueID);
|
||||
tree.put("root.paired", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue