mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-03-23 20:35:19 +00:00
Fix compile error introduced in c2103e3 (fixes #138)
This commit is contained in:
parent
d02bf3b7b9
commit
90e338f239
@ -1439,7 +1439,7 @@ static void mdp_interface_packet(struct socket_address *client, struct mdp_heade
|
||||
break;
|
||||
}
|
||||
bcopy(ob_get_bytes_ptr(payload, addr.addrlen), addr.raw, addr.addrlen);
|
||||
struct network_destination *destination = create_unicast_destination(&addr, state->interface);
|
||||
struct network_destination *destination = create_unicast_destination(&addr, interface);
|
||||
if (!destination)
|
||||
break;
|
||||
overlay_send_probe(NULL, destination, OQ_ORDINARY);
|
||||
|
Loading…
x
Reference in New Issue
Block a user