Skip to content

Commit

Permalink
The debug_stream needs to be in 'inst' to be used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 19, 2014
1 parent d0364cf commit e26e531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_unbound/rlm_unbound.c
Expand Up @@ -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:
Expand Down

0 comments on commit e26e531

Please sign in to comment.