Skip to content
Snippets Groups Projects
Unverified Commit d293d6ac authored by Michael Tüxen's avatar Michael Tüxen Committed by GitHub
Browse files

Fix syntax error.

parent 551e6aca
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ void packet_socket_set_filter(struct packet_socket *psock,
((u32)client_ether[4] << 8) |
((u32)client_ether[5]));
bpfcode.filter[3].k = (((u32)client_ether[0] << 8) |
((u32(client_ether[1]));
((u32)client_ether[1]));
if (debug_logging) {
int 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