Merge pull request #60 from JacobBarthelmeh/testing

revert increment of nameListIdx for RSA connection
pull/63/head
John Safranek 2018-05-18 17:00:02 -07:00 committed by GitHub
commit d23a47bd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1464,7 +1464,6 @@ static int GetNameList(byte* idList, word32* idListSz,
idList[idListIdx++] = id;
}
nameListIdx++;
name += 1 + nameSz;
nameSz = 0;
}