diff options
Diffstat (limited to 'cli-algo.c')
-rw-r--r-- | cli-algo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ algo_type * cli_buf_match_algo(buffer* buf, algo_type localalgos[], remotealgos[count] = &algolist[i+1]; count++; } - if (count == MAX_PROPOSED_ALGO) { + if (count >= MAX_PROPOSED_ALGO) { break; } } |