summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-08-10 19:29:00 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-08-10 19:29:00 +0000
commit6383b362039f1dffe380903f571c275576cb38d3 (patch)
treed797b46f9bb6cac6e994e057e8f28aca460d10e6 /init.c
parentcbaf1991e44949000fc91d260ed45c3bb5e0aafd (diff)
downloadopenvpn-6383b362039f1dffe380903f571c275576cb38d3.tar.gz
openvpn-6383b362039f1dffe380903f571c275576cb38d3.tar.xz
openvpn-6383b362039f1dffe380903f571c275576cb38d3.zip
Fixed build issue with ./configure --disable-socks --disable-http.
Fixed separate compile errors in options.c and ntlm.c that occur on strict C compilers (such as old versions of gcc) that require that C variable declarations occur at the start of a {} block, not in the middle. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3219 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 5bd8cf6..08918d6 100644
--- a/init.c
+++ b/init.c
@@ -288,7 +288,7 @@ init_proxy (struct context *c, const int scope)
}
static inline void
-uninit_proxy (struct context *c, const int scope)
+uninit_proxy (struct context *c)
{
}