]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix handling of concatenated PPP data packets
authorDaniel Lenski <dlenski@gmail.com>
Mon, 7 Jun 2021 22:14:57 +0000 (15:14 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 8 Jun 2021 20:31:24 +0000 (21:31 +0100)
commit9d7dea1283a852996ae4b7ebb571a47fade97453
tree2279dc71562affca9c4614ba479f6669487396c1
parentd4ba1e1decbbdbe0f13ef27f327836c130af7ad4
Fix handling of concatenated PPP data packets

This 'continue' prevented us from ever actually processing a concatenated
packet if the first one was a *data* packet.  Dan only tested this for
concatenation of config packets in the early stages of the connection.  Bad
Dan.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
ppp.c