pull/90/head
Jeff Becker 6 years ago
parent afdbed427a
commit 0bfe9a5fee
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -170,7 +170,9 @@ main(int argc, char *argv[])
#ifndef _WIN32
signal(SIGHUP, handle_signal);
#endif
code = llarp_main_run(ctx);
code = llarp_main_setup(ctx);
if(code == 0)
code = llarp_main_run(ctx);
llarp_main_free(ctx);
}
#ifdef _WIN32

Loading…
Cancel
Save