kexinit: simplify the code and avoid scan-build warning
Previously it would say "Value stored to 's' is never read" due fourth increment of 's'.
Этот коммит содержится в:
родитель
6c3f2ec815
Коммит
0c918ef72a
@ -1067,10 +1067,7 @@ static int kexinit(LIBSSH2_SESSION * session)
|
||||
*(s++) = 0;
|
||||
|
||||
/* Reserved == 0 */
|
||||
*(s++) = 0;
|
||||
*(s++) = 0;
|
||||
*(s++) = 0;
|
||||
*(s++) = 0;
|
||||
_libssh2_htonu32(s, 0);
|
||||
|
||||
#ifdef LIBSSH2DEBUG
|
||||
{
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user