Fix check for event initialization due to the merge.
This commit is contained in:
parent
ce8775000a
commit
3794e551c7
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ bool ans_key_h(connection_t *c, char *request) {
|
|||
update_node_udp(from, &sa);
|
||||
}
|
||||
|
||||
if(from->options & OPTION_PMTU_DISCOVERY && !from->mtuevent)
|
||||
if(from->options & OPTION_PMTU_DISCOVERY && !event_initialized(&from->mtuevent))
|
||||
send_mtu_probe(from);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue