summaryrefslogtreecommitdiffstats
path: root/gennghttpxfun.py
diff options
context:
space:
mode:
Diffstat (limited to 'gennghttpxfun.py')
-rwxr-xr-xgennghttpxfun.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gennghttpxfun.py b/gennghttpxfun.py
index 80058e0..6cb6603 100755
--- a/gennghttpxfun.py
+++ b/gennghttpxfun.py
@@ -241,5 +241,5 @@ LOGVARS = [
]
if __name__ == '__main__':
- gentokenlookup(OPTIONS, 'SHRPX_OPTID_', value_type='char', comp_fun='util::strieq_l')
- gentokenlookup(LOGVARS, 'LogFragmentType::', value_type='char', comp_fun='util::strieq_l', return_type='LogFragmentType', fail_value='LogFragmentType::NONE')
+ gentokenlookup(OPTIONS, 'SHRPX_OPTID_', comp_fun='util::strieq')
+ gentokenlookup(LOGVARS, 'LogFragmentType::', comp_fun='util::strieq', return_type='LogFragmentType', fail_value='LogFragmentType::NONE')