configfile: Fix passing along the "decoder" in load_ini_config_file()
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 30 Dec 2025 08:59:25 +0000 (09:59 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 31 Dec 2025 11:09:13 +0000 (12:09 +0100)
commitb7f549dec6a3246e19f251e3e8e16ba2912a9be9
tree44bfc19d257fd1b9f21a30f473eb63609758bd70
parentb5151841934b3e8014f835ef1f1a15967be974dc
configfile: Fix passing along the "decoder" in load_ini_config_file()

Original warning:
src/i2n_configfile.cpp:66:25: error: unused parameter 'decoder' [-Werror=unused-parameter]
src/i2n_configfile.cpp