gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (713db415 -> d02ec767)


From: gnunet
Subject: [taler-exchange] branch master updated (713db415 -> d02ec767)
Date: Tue, 10 Oct 2023 18:23:33 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from 713db415 [pq] cleanup of amount tuple type handling
     new aa445fd0 ign
     new 345c091a -fix stupid crash bug
     new d02ec767 Merge branch 'master' of git+ssh://git.taler.net/exchange

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/flows/.gitignore                     | 1 +
 src/exchange/taler-exchange-httpd_keys.c | 2 +-
 src/util/paths.conf                      | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 doc/flows/.gitignore

diff --git a/doc/flows/.gitignore b/doc/flows/.gitignore
new file mode 100644
index 00000000..f0de8a3d
--- /dev/null
+++ b/doc/flows/.gitignore
@@ -0,0 +1 @@
+main.pdf
diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 6bdc404d..a0cd9441 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -2801,7 +2801,7 @@ append_signature (struct SignatureContext *sig_ctx,
     if (0 == sig_ctx->elements_size)
       new_size = 1024;
     else
-      new_size = sig_ctx->elements_size;
+      new_size = sig_ctx->elements_size * 2;
     GNUNET_array_grow (sig_ctx->elements,
                        sig_ctx->elements_size,
                        new_size);
diff --git a/src/util/paths.conf b/src/util/paths.conf
index 3415b709..9e1c53bb 100644
--- a/src/util/paths.conf
+++ b/src/util/paths.conf
@@ -17,13 +17,13 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}}
 # for how these should be used.
 
 # Persistent data storage
-TALER_DATA_HOME = 
${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}/.local/share/}/.local/share/}taler/
+TALER_DATA_HOME = 
${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}}}/.local/share/taler/
 
 # Configuration files
-TALER_CONFIG_HOME = 
${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}/.config/}/.config/}taler/
+TALER_CONFIG_HOME = 
${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}}}/.config/taler/
 
 # Cached data, no big deal if lost
-TALER_CACHE_HOME = 
${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}/.cache/}/.cache/}taler/
+TALER_CACHE_HOME = 
${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}}}/.cache/taler/
 
 # Runtime data (always lost on system boot)
 TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/

-- 
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]