aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-auditor-offline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-tools/taler-auditor-offline.c')
-rw-r--r--src/exchange-tools/taler-auditor-offline.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c
index 0fbd82baa..45bf271b4 100644
--- a/src/exchange-tools/taler-auditor-offline.c
+++ b/src/exchange-tools/taler-auditor-offline.c
@@ -1454,14 +1454,14 @@ main (int argc,
1454 }; 1454 };
1455 enum GNUNET_GenericReturnValue ret; 1455 enum GNUNET_GenericReturnValue ret;
1456 1456
1457 /* force linker to link against libtalerutil; if we do
1458 not do this, the linker may "optimize" libtalerutil
1459 away and skip #TALER_OS_init(), which we do need */
1460 (void) TALER_project_data_default ();
1461 if (GNUNET_OK != 1457 if (GNUNET_OK !=
1462 GNUNET_STRINGS_get_utf8_args (argc, argv, 1458 GNUNET_STRINGS_get_utf8_args (argc, argv,
1463 &argc, &argv)) 1459 &argc, &argv))
1464 return EXIT_INVALIDARGUMENT; 1460 return EXIT_INVALIDARGUMENT;
1461 /* force linker to link against libtalerutil; if we do
1462 not do this, the linker may "optimize" libtalerutil
1463 away and skip #TALER_OS_init(), which we do need */
1464 TALER_OS_init ();
1465 ret = GNUNET_PROGRAM_run ( 1465 ret = GNUNET_PROGRAM_run (
1466 argc, argv, 1466 argc, argv,
1467 "taler-auditor-offline", 1467 "taler-auditor-offline",