A couple missed tevent things.
(Sorry; had a couple changes queued.)
This commit is contained in:
parent
6362b12df7
commit
834290b00f
3 changed files with 6 additions and 6 deletions
|
|
@ -526,7 +526,7 @@ bool setup_network_connections(void)
|
|||
|
||||
now = time(NULL);
|
||||
|
||||
init_events();
|
||||
init_tevents();
|
||||
init_connections();
|
||||
init_subnets();
|
||||
init_nodes();
|
||||
|
|
@ -604,7 +604,7 @@ void close_network_connections(void)
|
|||
exit_subnets();
|
||||
exit_nodes();
|
||||
exit_connections();
|
||||
exit_events();
|
||||
exit_tevents();
|
||||
|
||||
execute_script("tinc-down", envp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue