summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-24 16:28:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-24 16:28:51 +0200
commit0084d799b822df70338c9cb5e1195363d8a51d75 (patch)
treef1c22edc0f38ca134338a2b6db540620ee9beaa4 /src/merchant-tools
parent041ad71e176ddbdd246e710d2b8ac326d439639b (diff)
downloadmerchant-0084d799b822df70338c9cb5e1195363d8a51d75.tar.gz
merchant-0084d799b822df70338c9cb5e1195363d8a51d75.tar.bz2
merchant-0084d799b822df70338c9cb5e1195363d8a51d75.zip
Commenting the "rewind" CMD.
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/taler-merchant-generate-payments_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/taler-merchant-generate-payments_new.c b/src/merchant-tools/taler-merchant-generate-payments_new.c
index a92c8c00..4039d859 100644
--- a/src/merchant-tools/taler-merchant-generate-payments_new.c
+++ b/src/merchant-tools/taler-merchant-generate-payments_new.c
@@ -87,7 +87,7 @@ static unsigned int payments_number = 1;
/**
* How many /tracks operation we want to perform.
*/
-static unsigned int tracks_number;
+static unsigned int tracks_number = 1;
static const char *default_config_file;