From 6efbf76ecc7562777a0d8c7ef28f3825d1c79f1f Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Tue, 19 May 2020 19:18:29 -0700 Subject: [PATCH] logging direction fix Signed-off-by: Daniel Lenski --- ppp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0