search for: 167a177

Displaying 1 result from an estimated 1 matches for "167a177".

Did you mean: 16777
2016 Apr 15
2
ssh-keygen -R is case-sensitive, but should not be
...ve */ > break; > } else 165,166c174,175 < * Return success if got a positive match. If there was a negative < * match, we have already returned -1 and never get here. --- > * Return success if there was a positive match; > * return -1 if there was a negative match. 167a177 > if (low_string) free(low_string); -------------------------------------------------------