gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use flags in correct place


From: gnunet
Subject: [taler-exchange] branch master updated: use flags in correct place
Date: Mon, 17 Feb 2020 20:05:42 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 919861ae use flags in correct place
919861ae is described below

commit 919861aea831ebba8fc039a8a529a10d841aa148
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 17 20:05:40 2020 +0100

    use flags in correct place
---
 src/exchangedb/exchangedb_denomkeys.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/exchangedb/exchangedb_denomkeys.c 
b/src/exchangedb/exchangedb_denomkeys.c
index 58d9519c..0edf811d 100644
--- a/src/exchangedb/exchangedb_denomkeys.c
+++ b/src/exchangedb/exchangedb_denomkeys.c
@@ -207,9 +207,10 @@ TALER_EXCHANGEDB_denomination_key_write (const char 
*filename,
   if (NULL == (fh = GNUNET_DISK_file_open
                       (filename,
                       GNUNET_DISK_OPEN_WRITE | GNUNET_DISK_OPEN_CREATE
-                      | GNUNET_DISK_OPEN_TRUNCATE,
-                      GNUNET_DISK_PERM_USER_READ | GNUNET_DISK_PERM_USER_WRITE
-                      | GNUNET_DISK_OPEN_FAILIFEXISTS)))
+                      | GNUNET_DISK_OPEN_TRUNCATE
+                      | GNUNET_DISK_OPEN_FAILIFEXISTS,
+                      GNUNET_DISK_PERM_USER_READ
+                      | GNUNET_DISK_PERM_USER_WRITE)))
     goto cleanup;
   wsize = sizeof (struct TALER_EXCHANGEDB_DenominationKeyInformationP);
   if (GNUNET_SYSERR == (wrote = GNUNET_DISK_file_write (fh,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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