We seem to start processing requests before it's started
fr_exit(EXIT_FAILURE);
}
+ /*
+ * Initialise the state rbtree (used to link multiple rounds of challenges).
+ */
+ global_state = fr_state_tree_init(autofree, main_config.max_requests * 2, main_config.continuation_timeout);
+
/*
* Start the network / worker threads.
*/
*/
fr_strerror();
- /*
- * Initialise the state rbtree (used to link multiple rounds of challenges).
- */
- global_state = fr_state_tree_init(autofree, main_config.max_requests * 2, main_config.continuation_timeout);
-
/*
* Process requests until HUP or exit.
*/