From: james Date: Wed, 19 Aug 2009 15:48:50 +0000 (+0000) Subject: Fixed build problem when ./configure --disable-server is used. X-Git-Tag: v2.1_rc20~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0f3877f649103dfa564e4c3e1c03951ce80033;p=thirdparty%2Fopenvpn.git Fixed build problem when ./configure --disable-server is used. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4836 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/manage.c b/manage.c index 79141fbde..37663bd1f 100644 --- a/manage.c +++ b/manage.c @@ -995,10 +995,12 @@ man_dispatch_command (struct management *man, struct status_output *so, const ch { msg (M_CLIENT, "SUCCESS: pid=%d", openvpn_getpid ()); } +#ifdef MANAGEMENT_DEF_AUTH else if (streq (p[0], "nclients")) { man_client_n_clients (man); } +#endif else if (streq (p[0], "signal")) { if (man_need (man, p, 1, 0))