diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.c')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c index 48dcdf718..5ca50f062 100644 --- a/src/util/taler-exchange-secmod-eddsa.c +++ b/src/util/taler-exchange-secmod-eddsa.c | |||
@@ -1549,7 +1549,8 @@ run (void *cls, | |||
1549 | } | 1549 | } |
1550 | /* Set sticky group bit, so that clients will be writeable by the current service. */ | 1550 | /* Set sticky group bit, so that clients will be writeable by the current service. */ |
1551 | if (0 != chmod (client_dir, | 1551 | if (0 != chmod (client_dir, |
1552 | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_ISGID)) | 1552 | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP |
1553 | | S_ISGID)) | ||
1553 | { | 1554 | { |
1554 | GNUNET_log (GNUNET_ERROR_TYPE_ERROR, | 1555 | GNUNET_log (GNUNET_ERROR_TYPE_ERROR, |
1555 | "Can't set permissions for client directory (%s)\n", | 1556 | "Can't set permissions for client directory (%s)\n", |