diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-02 03:41:35 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-02 03:41:35 +0000 |
commit | 537073fd55b3e35720e759c5c13e9da128a2b0bb (patch) | |
tree | f4d544e3e85bc2a32b33f6400ff74ec8d3826302 /sig.c | |
parent | Renamed sample-keys/tmp-ca.crt to ca.crt. (diff) | |
download | openvpn-537073fd55b3e35720e759c5c13e9da128a2b0bb.tar.xz |
version 2.1_beta1
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@588 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ print_status (const struct context *c, struct status_output *so) status_printf (so, "TCP/UDP write bytes," counter_format, c->c2.link_write_bytes); status_printf (so, "Auth read bytes," counter_format, c->c2.link_read_bytes_auth); #ifdef USE_LZO - if (c->options.comp_lzo) + if (lzo_defined (&c->c2.lzo_compwork)) lzo_print_stats (&c->c2.lzo_compwork, so); #endif #ifdef PACKET_TRUNCATION_CHECK |