gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fix FTBFS:


From: gnunet
Subject: [taler-merchant] branch master updated: fix FTBFS:
Date: Thu, 16 Jul 2020 20:53:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 90adbb3  fix FTBFS:
90adbb3 is described below

commit 90adbb36f71224fe4ae8ebace1bc091c4651734f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 16 20:53:50 2020 +0200

    fix FTBFS:
---
 src/merchant-tools/taler-merchant-setup-reserve.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c 
b/src/merchant-tools/taler-merchant-setup-reserve.c
index e46c3a3..66ece5a 100644
--- a/src/merchant-tools/taler-merchant-setup-reserve.c
+++ b/src/merchant-tools/taler-merchant-setup-reserve.c
@@ -233,12 +233,12 @@ main (int argc,
                                  "auth",
                                  "USERNAME:PASSWORD",
                                  "use the given USERNAME and PASSWORD for 
client authentication",
-                                 &userpass)),
+                                 &userpass),
     GNUNET_GETOPT_option_string ('C',
                                  "cert",
                                  "CERTFILE",
                                  "name of the TLS client certificate file",
-                                 &certfile)),
+                                 &certfile),
     GNUNET_GETOPT_option_mandatory (
       GNUNET_GETOPT_option_string ('e',
                                    "exchange-url",
@@ -249,7 +249,7 @@ main (int argc,
                                  "key",
                                  "KEYFILE",
                                  "file with the private TLS key for TLS client 
authentication",
-                                 &keyfile)),
+                                 &keyfile),
     GNUNET_GETOPT_option_mandatory (
       GNUNET_GETOPT_option_string ('m',
                                    "merchant-url",
@@ -260,12 +260,12 @@ main (int argc,
                                  "pass",
                                  "KEYFILEPASSPHRASE",
                                  "passphrase needed to decrypt the TLS client 
private key file",
-                                 &keypass)),
+                                 &keypass),
     GNUNET_GETOPT_option_string ('t',
                                  "type",
                                  "CERTTYPE",
                                  "type of the TLS client certificate, defaults 
to PEM if not specified",
-                                 &certtype)),
+                                 &certtype),
     GNUNET_GETOPT_option_mandatory (
       GNUNET_GETOPT_option_string ('w',
                                    "wire-method",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]