Correctly add/remove outgoing connections when reloading configuration.

This commit is contained in:
Guus Sliepen 2012-09-28 17:05:01 +02:00
parent f417271ea1
commit c5325ffdd1
4 changed files with 76 additions and 32 deletions

View file

@ -916,6 +916,8 @@ static bool setup_myself(void) {
return false;
}
last_config_check = time(NULL);
return true;
}