mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
Remove reference to non existent variable.
This commit is contained in:
parent
c5a9321880
commit
e8c648c724
@ -185,7 +185,6 @@ overlay_interface_init_socket(int interface, struct sockaddr_in src_addr, struct
|
||||
|
||||
#define I(X) overlay_interfaces[interface].X
|
||||
I(broadcast_address) = broadcast;
|
||||
I(src_address) = src_addr;
|
||||
I(fileP) = 0;
|
||||
|
||||
I(fd) = socket(PF_INET,SOCK_DGRAM,0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user