View | Details | Raw Unified | Return to bug 2515 | Differences between
and this patch

Collapse All | Expand All

(-)a/kex.c (-1 / +1 lines)
Lines 287-293 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) Link Here
287
	    (r = sshbuf_get_u32(b, &i)) != 0)
287
	    (r = sshbuf_get_u32(b, &i)) != 0)
288
		goto out;
288
		goto out;
289
	if (first_kex_follows != NULL)
289
	if (first_kex_follows != NULL)
290
		*first_kex_follows = i;
290
		*first_kex_follows = v;
291
	debug2("first_kex_follows %d ", v);
291
	debug2("first_kex_follows %d ", v);
292
	debug2("reserved %u ", i);
292
	debug2("reserved %u ", i);
293
	r = 0;
293
	r = 0;

Return to bug 2515