summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_internal.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-10-02 16:22:25 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-05 17:15:40 -0400
commit9c2046dd570c9be06fc0f10e3ae0b1571d6310ac (patch)
tree67a2d80cd19785609e9f9d0e6a2ec310057f39ad /common/elapi/elapi_internal.c
parent10a51211bf8c634a82f52f3b7c0fe0de0ddbab86 (diff)
downloadsssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.tar.gz
sssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.tar.xz
sssd-9c2046dd570c9be06fc0f10e3ae0b1571d6310ac.zip
ELAPI Rename variables and functions not to use word template
Addressing Ticket #191. Renamed all varibles from 'template' to 'tpl'. Used 'tplt' in function names instead of 'templete'.
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) {