aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-12-10 12:27:43 +0000
committerLRN <lrn1986@gmail.com>2012-12-10 12:27:43 +0000
commitc43f7669b4d4f5edac813e6e0373cdd8525c469f (patch)
tree30741c303f6fb13bead021da709d8ec04e2495f6 /src/util/configuration.c
parentdc3b9a53230bae7022fe9449c09baf4b49ebb5d9 (diff)
downloadgnunet-c43f7669b4d4f5edac813e6e0373cdd8525c469f.tar.gz
gnunet-c43f7669b4d4f5edac813e6e0373cdd8525c469f.zip
Unnecessary argument
Diffstat (limited to 'src/util/configuration.c')
-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 1088fac2a..9c0a8b476 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -296,7 +296,7 @@ GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,
296 GNUNET_free_non_null (line_orig); 296 GNUNET_free_non_null (line_orig);
297 break; 297 break;
298 } 298 }
299 LOG (GNUNET_ERROR_TYPE_DEBUG, "Finished deserializing config\n", tag); 299 LOG (GNUNET_ERROR_TYPE_DEBUG, "Finished deserializing config\n");
300 GNUNET_free_non_null (line_orig); 300 GNUNET_free_non_null (line_orig);
301 GNUNET_free (section); 301 GNUNET_free (section);
302 GNUNET_assert ( (GNUNET_OK != ret) || (r_bytes == size) ); 302 GNUNET_assert ( (GNUNET_OK != ret) || (r_bytes == size) );