From: Daniel Lenski Date: Wed, 20 May 2020 02:18:29 +0000 (-0700) Subject: logging direction fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6efbf76ecc7562777a0d8c7ef28f3825d1c79f1f;p=users%2Fdwmw2%2Fopenconnect.git logging direction fix Signed-off-by: Daniel Lenski --- diff --git a/ppp.c b/ppp.c index ceab0485..abb3377a 100644 --- a/ppp.c +++ b/ppp.c @@ -1136,7 +1136,7 @@ int ppp_mainloop(struct openconnect_info *vpninfo, int *timeout, int readable) vpn_progress(vpninfo, PRG_ERR, _("Sending Protocol-Reject for %s. Payload:\n"), proto_names(proto)); - dump_buf_hex(vpninfo, PRG_ERR, '<', pp, payload_len); + dump_buf_hex(vpninfo, PRG_ERR, '>', pp, payload_len); /* The rejected protocol MUST occupy 2 bytes prior to the rejected packet contents. * (https://tools.ietf.org/html/rfc1661#section-5.7). We can clobber these bytes