commit 9bb6448ee0cf44aa11f5cb8e924fb91ada00fb83
parent c748ea3e7032c358c78ef4f076d2b7f37f9d712e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Jan 2026 14:48:15 +0100
string, not filename, is binary
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/backend/taler-merchant-report-generator.c b/src/backend/taler-merchant-report-generator.c
@@ -363,10 +363,10 @@ transmit_report (struct ReportActivity *ra,
"report-generator-%s",
ra->report_program_section);
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (cfg,
- section,
- "BINARY",
- (char **) &binary))
+ GNUNET_CONFIGURATION_get_value_string (cfg,
+ section,
+ "BINARY",
+ (char **) &binary))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
section,