aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index d382e1f93..e6add21b9 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1587,13 +1587,13 @@ GSF_pending_request_init_ ()
1587 "MAX_PENDING_REQUESTS"); 1587 "MAX_PENDING_REQUESTS");
1588 } 1588 }
1589 if (GNUNET_OK != 1589 if (GNUNET_OK !=
1590 GNUNET_CONFIGURATION_get_value_size (GSF_cfg, "core", "TOTAL_QUOTA_OUT", 1590 GNUNET_CONFIGURATION_get_value_size (GSF_cfg, "ats", "WAN_QUOTA_OUT",
1591 &bps)) 1591 &bps))
1592 { 1592 {
1593 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1593 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1594 _ 1594 _
1595 ("Configuration fails to specify `%s', assuming default value."), 1595 ("Configuration fails to specify `%s', assuming default value."),
1596 "TOTAL_QUOTA_IN"); 1596 "WAN_QUOTA_OUT");
1597 bps = 65536; 1597 bps = 65536;
1598 } 1598 }
1599 /* queue size should be #queries we can have pending and satisfy within 1599 /* queue size should be #queries we can have pending and satisfy within