Browse Source

Disable resolution retry after startup

pull/987/head
Max Lv 8 years ago
parent
commit
8b358c59c7
1 changed files with 3 additions and 0 deletions
  1. 3
      src/local.c

3
src/local.c

@ -1454,6 +1454,9 @@ main(int argc, char **argv)
}
#endif
// Disable retry
keep_resolving = 0;
// Init connections
cork_dllist_init(&connections);

Loading…
Cancel
Save