Skip to content

Commit

Permalink
Removed spurious comment on tls protocol parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Sep 12, 2023
1 parent 1bd5a30 commit d3623f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memtier_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ static int config_parse_args(int argc, char *argv[], struct benchmark_config *cf
{
const char tls_delimiter = ',';
char* tls_token = strtok(optarg, &tls_delimiter);
// Loop through the tokens and print them
while (tls_token != nullptr) {
if (!strcasecmp(tls_token, "tlsv1"))
cfg->tls_protocols |= REDIS_TLS_PROTO_TLSv1;
Expand Down

0 comments on commit d3623f4

Please sign in to comment.