*/
static bool filedone = false;
static int my_debug_lvl = 0;
+static unlang_result_t result = UNLANG_RESULT_NOT_SET;
+
char const *radiusd_version = RADIUSD_VERSION_BUILD("unit_test_module");
static int number = 0;
+ result = UNLANG_RESULT_NOT_SET;
+
if (!dict_protocol) {
fr_strerror_printf_push("%s dictionary failed to load", PROTOCOL_NAME);
return NULL;
* New async listeners
*/
request->async = talloc_zero(request, fr_async_t);
- unlang_call_push(NULL, request, server_cs, UNLANG_TOP_FRAME);
+ unlang_call_push(&result, request, server_cs, UNLANG_TOP_FRAME);
return request;
}