From e26e5318403a332bcd8f262282b3d20494e42584 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sat, 19 Apr 2014 09:24:39 -0400 Subject: [PATCH] The debug_stream needs to be in 'inst' to be used for debugging --- src/modules/rlm_unbound/rlm_unbound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/rlm_unbound/rlm_unbound.c b/src/modules/rlm_unbound/rlm_unbound.c index c1d36e7664e8..2630c77205fb 100644 --- a/src/modules/rlm_unbound/rlm_unbound.c +++ b/src/modules/rlm_unbound/rlm_unbound.c @@ -686,6 +686,7 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance) xlat_unregister(inst->xlat_ptr_name, xlat_ptr, inst); goto error_nores; } + close(debug_fd); return 0; error: