diff --git a/src/local.c b/src/local.c index 9fb3d6e6..2e74cc5f 100644 --- a/src/local.c +++ b/src/local.c @@ -1454,6 +1454,9 @@ main(int argc, char **argv) } #endif + // Disable retry + keep_resolving = 0; + // Init connections cork_dllist_init(&connections);