Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 committed Aug 21, 2020
1 parent 3c2379d commit 3707a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/security/client_negotiation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void client_negotiation::recv_mechanisms(const negotiation_response &resp)
return;
}

std::string match_mechanism = "";
std::string match_mechanism;
std::vector<std::string> server_support_mechanisms;
std::string resp_string = resp.msg;
utils::split_args(resp_string.c_str(), server_support_mechanisms, ',');
Expand Down

0 comments on commit 3707a99

Please sign in to comment.