From 9312179ec8501a6c2100966f401af15844b62abb Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 18 May 2018 09:45:40 -0600 Subject: [PATCH] revert increment of nameListIdx for RSA connection --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 11303dc4..f683386c 100644 --- a/src/internal.c +++ b/src/internal.c @@ -1464,7 +1464,6 @@ static int GetNameList(byte* idList, word32* idListSz, idList[idListIdx++] = id; } - nameListIdx++; name += 1 + nameSz; nameSz = 0; }