taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 70a8cadb211e856255520c98ea2985394bab5f60
parent da3d5efcb88504d6da0d9b9e68cbbca783f8d288
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 Feb 2024 17:25:28 +0100

fix bug

Diffstat:
Mcontrib/taler-mdb-ads.sh | 2+-
Mcontrib/taler-mdb-show.sh | 2+-
Msrc/taler-mdb.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/taler-mdb-ads.sh b/contrib/taler-mdb-ads.sh @@ -19,7 +19,7 @@ # # Author: Christian Grothoff # -set -eux +set -eu function cleanup() { diff --git a/contrib/taler-mdb-show.sh b/contrib/taler-mdb-show.sh @@ -19,7 +19,7 @@ # # Author: Christian Grothoff # -set -eux +set -eu function cleanup() { diff --git a/src/taler-mdb.c b/src/taler-mdb.c @@ -852,7 +852,7 @@ start_command (const char *command, { char **argv = NULL; unsigned int argc = 0; - char *cpy = GNUNET_strdup (adv_process_command); + char *cpy = GNUNET_strdup (command); struct GNUNET_OS_Process *ret; va_list ap; const char *arg;