summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_internal.c')
-rw-r--r--common/elapi/elapi_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/elapi/elapi_internal.c b/common/elapi/elapi_internal.c
index d80725b21..fbbc0151b 100644
--- a/common/elapi/elapi_internal.c
+++ b/common/elapi/elapi_internal.c
@@ -728,7 +728,7 @@ void elapi_print_dispatcher(struct elapi_dispatcher *handle)
printf("\n\nConfig collection:\n\n");
if (handle->ini_config) col_debug_collection(handle->ini_config, COL_TRAVERSE_DEFAULT);
printf("\nDefault template:\n\n");
- if (handle->default_template) col_debug_collection(handle->default_template, COL_TRAVERSE_DEFAULT);
+ if (handle->default_tpl) col_debug_collection(handle->default_tpl, COL_TRAVERSE_DEFAULT);
printf("\n\nDeep target inspection:\n\n");
if (handle->target_list) {