diff --git a/rdp.c b/rdp.c index ec56c9a..0c9be79 100644 --- a/rdp.c +++ b/rdp.c @@ -2117,6 +2117,6 @@ _rdp_protocol_error(const char *file, int line, const char *func, { logger(Protocol, Error, "%s:%d: %s(), %s", file, line, func, message); if (s) - hexdump(s->p, s_length(s)); + hexdump(s->data, s_length(s)); exit(0); }