From e0d38508fc8b6bc3915b2235a85a068eacfb87bf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Jun 2024 18:46:31 +0200 Subject: Merging upstream version 1.62.1. Signed-off-by: Daniel Baumann --- gennghttpxfun.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gennghttpxfun.py') 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') -- cgit v1.2.3