mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 10:42:12 +01:00
An OpenSource IPsec implementation for the Linux operating system http://www.strongswan.org/ Signed-off-by: Jesse Young <jlyo@jlyo.org>
11 lines
250 B
Diff
11 lines
250 B
Diff
--- a/src/pluto/adns.c
|
|
+++ b/src/pluto/adns.c
|
|
@@ -179,7 +179,7 @@
|
|
res_query(dname, class, type, answer, anslen)
|
|
# define res_nclose(statp) res_close()
|
|
|
|
-static struct __res_state *statp = &_res;
|
|
+#define statp (&(_res))
|
|
|
|
#else /* !OLD_RESOLVER */
|