Skip to content
Snippets Groups Projects
Commit 7a61c783 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Fix compilation issue on Linux.

parent 4ff90396
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ void packet_socket_set_filter(struct packet_socket *psock,
bpfcode.filter[3].k = ((client_ether[0] << 8) |
(client_ether[1]));
if (DEBUG_LOGGING) {
if (debug_logging) {
int i;
DEBUGP("filter constants:\n");
for (i = 0; i < bpfcode.len; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment