1
1

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'.
Этот коммит содержится в:
Daniel Stenberg 2010-04-28 23:22:30 +02:00
родитель 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
{