aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:07 +0000
commit1911cc508e10a4052499ba41e565edf57184daf7 (patch)
tree75baa9795123ffcdf8c12e86705cfa3f31cf37a0 /src/datacache/datacache.c
parent236e47e55554310cc19b8c37c7b844d53a239f28 (diff)
downloadgnunet-1911cc508e10a4052499ba41e565edf57184daf7.tar.gz
gnunet-1911cc508e10a4052499ba41e565edf57184daf7.zip
use new quota parsing capabilities -- SVN 1875
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 7c92f7737..324ab78ef 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -139,7 +139,7 @@ GNUNET_DATACACHE_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
139 char *name; 139 char *name;
140 140
141 if (GNUNET_OK != 141 if (GNUNET_OK !=
142 GNUNET_CONFIGURATION_get_value_number (cfg, section, "QUOTA", &quota)) 142 GNUNET_CONFIGURATION_get_value_size (cfg, section, "QUOTA", &quota))
143 { 143 {
144 LOG (GNUNET_ERROR_TYPE_ERROR, 144 LOG (GNUNET_ERROR_TYPE_ERROR,
145 _("No `%s' specified for `%s' in configuration!\n"), "QUOTA", section); 145 _("No `%s' specified for `%s' in configuration!\n"), "QUOTA", section);