aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/lzo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/lzo.c')
-rw-r--r--src/openvpn/lzo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/lzo.c b/src/openvpn/lzo.c
index 2e76312..a293cca 100644
--- a/src/openvpn/lzo.c
+++ b/src/openvpn/lzo.c
@@ -213,7 +213,7 @@ lzo_decompress(struct buffer *buf, struct buffer work,
struct compress_context *compctx,
const struct frame *frame)
{
- lzo_uint zlen = EXPANDED_SIZE(frame);
+ lzo_uint zlen = frame->buf.payload_size;
int err;
uint8_t c; /* flag indicating whether or not our peer compressed */