summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-08-19 15:48:50 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-08-19 15:48:50 +0000
commit7d0f3877f649103dfa564e4c3e1c03951ce80033 (patch)
tree24bd2a23fbff00a4262d0311439d7fb764b2bb9f
parente19b44590ef04cfb44e75536e155896bde3865c8 (diff)
downloadopenvpn-7d0f3877f649103dfa564e4c3e1c03951ce80033.tar.gz
openvpn-7d0f3877f649103dfa564e4c3e1c03951ce80033.tar.xz
openvpn-7d0f3877f649103dfa564e4c3e1c03951ce80033.zip
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
-rw-r--r--manage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/manage.c b/manage.c
index 79141fb..37663bd 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))