mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Fix segfault.
This commit is contained in:
parent
c18a6747b3
commit
93ce7e3ea7
@ -277,7 +277,7 @@ DWORD router_main(void *arg) {
|
||||
continue;
|
||||
}
|
||||
|
||||
memset(&rp_header, 0, sizeof(*rp_header));
|
||||
memset(rp_header, 0, sizeof(*rp_header));
|
||||
rp_header->src_ipaddr = addr.sin_addr.s_addr;
|
||||
|
||||
struct router_addr *ra = router->addrs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user