summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/comp-lz4.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-01-11 15:22:26 +0100
committerArne Schwabe <arne@rfc2549.org>2014-01-11 15:22:26 +0100
commit383044cf103dac085463d07beb5f3ab495a08453 (patch)
treee01a581a179ff1ceb32dc327a731f1fa8f7f89c7 /openvpn/src/openvpn/comp-lz4.c
parentdd6f4ac1248e73106cf54ba78856dc27265bc5e1 (diff)
Update Openvpn, fix config parser for trailing whitespace on <foo> and </bar> optionsv0.6.4
Diffstat (limited to 'openvpn/src/openvpn/comp-lz4.c')
-rw-r--r--openvpn/src/openvpn/comp-lz4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/comp-lz4.c b/openvpn/src/openvpn/comp-lz4.c
index afa43b19..46511485 100644
--- a/openvpn/src/openvpn/comp-lz4.c
+++ b/openvpn/src/openvpn/comp-lz4.c
@@ -64,7 +64,6 @@ lz4_compress (struct buffer *buf, struct buffer work,
struct compress_context *compctx,
const struct frame* frame)
{
- int result;
bool compressed = false;
if (buf->len <= 0)