mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
forecast: Fix build with DEBUG_LEVEL < 2
This commit is contained in:
parent
a7ea181f0d
commit
86aa454c88
@ -162,7 +162,7 @@ CALLBACK(receive_casts, bool,
|
|||||||
struct iphdr hdr;
|
struct iphdr hdr;
|
||||||
char data[2048];
|
char data[2048];
|
||||||
} buf;
|
} buf;
|
||||||
char *type;
|
char *type DBG_UNUSED;
|
||||||
ssize_t len;
|
ssize_t len;
|
||||||
u_int mark, origin = 0;
|
u_int mark, origin = 0;
|
||||||
host_t *src, *dst;
|
host_t *src, *dst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user