fix path generation.

This commit is contained in:
Marcello Stanisci 2018-05-03 10:33:29 +02:00
parent c428702fbb
commit 7d2fbc4796
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# This file is in the public domain.
#
[PATHS]

View File

@ -935,7 +935,7 @@ create_wire_fee_for_method (void *cls,
"fees-%s",
wiremethod);
GNUNET_asprintf (&fn,
"%s%s.fee",
"%s/%s.fee",
feedir,
wiremethod);
af_head = NULL;