# RADIUS UDP / TCP socket IO.
#
listen detail {
+ #
+ # Overrides the default transport prefix set by
+ # namespace and loads the detail reader code.
+ #
+ proto = detail
+
#
# Types of packets we are reading.
#
*/
if (strcmp(inst->io_submodule->module->dl->name, "proto_detail_work") != 0) {
if (inst->work_io->common.instantiate &&
- (inst->work_io->common.instantiate(MODULE_INST_CTX(inst->io_submodule)) < 0)) {
+ (inst->work_io->common.instantiate(MODULE_INST_CTX(inst->work_submodule)) < 0)) {
cf_log_err(inst->work_io_conf, "Instantiation failed for \"%s\"", inst->work_io->common.name);
return -1;
}