aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-25 14:30:22 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-25 14:30:22 +0000
commit8ecf8c399c3f05fb6614b6405e904a4c5611798b (patch)
tree272ac94ad08f87c0d0a8e08d9350b656199879f2 /src/util
parentda627cbf2b7bc36c48e8a1181282d96948cc5c39 (diff)
downloadgnunet-8ecf8c399c3f05fb6614b6405e904a4c5611798b.tar.gz
gnunet-8ecf8c399c3f05fb6614b6405e904a4c5611798b.zip
-missing commit
Diffstat (limited to 'src/util')
-rw-r--r--src/util/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index bc5fd3abd..639bd55a2 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -153,7 +153,7 @@ GNUNET_CONFIGURATION_destroy (struct GNUNET_CONFIGURATION_Handle *cfg)
153int 153int
154GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, 154GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,
155 const char *mem, 155 const char *mem,
156 const size_t size, 156 size_t size,
157 int allow_inline) 157 int allow_inline)
158{ 158{
159 char *line; 159 char *line;