forecast: Fix build with DEBUG_LEVEL < 2

This commit is contained in:
Tobias Brunner 2023-05-03 12:16:15 +02:00
parent a7ea181f0d
commit 86aa454c88

View File

@ -162,7 +162,7 @@ CALLBACK(receive_casts, bool,
struct iphdr hdr;
char data[2048];
} buf;
char *type;
char *type DBG_UNUSED;
ssize_t len;
u_int mark, origin = 0;
host_t *src, *dst;