From: James Yonan Date: Tue, 18 Jan 2011 16:12:13 +0000 (+0000) Subject: Fixed minor compile issue triggered on builds where X-Git-Tag: v2.3-alpha1~238^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c65e30f520398d3b031a663978eb7668315add69;p=thirdparty%2Fopenvpn.git Fixed minor compile issue triggered on builds where MANAGEMENT_DEF_AUTH is not enabled. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6830 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/manage.h b/manage.h index c884cafc5..18b156441 100644 --- a/manage.h +++ b/manage.h @@ -274,7 +274,6 @@ struct man_connection { #ifdef MANAGEMENT_DEF_AUTH unsigned long in_extra_cid; unsigned int in_extra_kid; - int env_filter_level; #endif #ifdef MANAGMENT_EXTERNAL_KEY # define EKS_UNDEF 0 @@ -286,6 +285,7 @@ struct man_connection { #endif #endif struct event_set *es; + int env_filter_level; bool state_realtime; bool log_realtime;