From 17cfbced1dff07ee058997e88e027e7fd4627445 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Mar 2020 17:28:33 +0100 Subject: fix inconsistency in field naming --- src/testing/testing_api_cmd_exec_auditor-sign.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing/testing_api_cmd_exec_auditor-sign.c') diff --git a/src/testing/testing_api_cmd_exec_auditor-sign.c b/src/testing/testing_api_cmd_exec_auditor-sign.c index fec7da7c..4c88ccca 100644 --- a/src/testing/testing_api_cmd_exec_auditor-sign.c +++ b/src/testing/testing_api_cmd_exec_auditor-sign.c @@ -65,12 +65,12 @@ auditor_sign_run (void *cls, struct TALER_TESTING_Interpreter *is) { struct AuditorSignState *ass = cls; - struct GNUNET_CONFIGURATION_Handle *cfg; char *test_home_dir; char *exchange_master_pub; struct GNUNET_TIME_Absolute now; + (void) cmd; cfg = GNUNET_CONFIGURATION_create (); if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, ass->config_filename)) @@ -157,6 +157,7 @@ auditor_sign_cleanup (void *cls, { struct AuditorSignState *ass = cls; + (void) cmd; if (NULL != ass->auditor_sign_proc) { GNUNET_break (0 == GNUNET_OS_process_kill -- cgit v1.2.3