aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-25 23:09:35 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-25 23:09:35 +0000
commit8306257cfea6b5ca5d7cd0119b8d1369f422a07f (patch)
treeb03ed2088d0c63cbef168c32541d6b003d39d01d /src/fs/gnunet-service-fs_cp.c
parenta7fbcf1c827ea25046c9f9e5c4e2a567eba72318 (diff)
downloadgnunet-8306257cfea6b5ca5d7cd0119b8d1369f422a07f.tar.gz
gnunet-8306257cfea6b5ca5d7cd0119b8d1369f422a07f.zip
-indent
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 0a4c77468..8fb2d2a3a 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -1495,7 +1495,8 @@ peer_transmit_timeout (void *cls,
1495 GNUNET_assert (0 < cp->ppd.pending_queries--); 1495 GNUNET_assert (0 < cp->ppd.pending_queries--);
1496 else if (GNUNET_NO == pth->is_query) 1496 else if (GNUNET_NO == pth->is_query)
1497 GNUNET_assert (0 < cp->ppd.pending_replies--); 1497 GNUNET_assert (0 < cp->ppd.pending_replies--);
1498 GNUNET_LOAD_update (cp->ppd.transmission_delay, UINT64_MAX); 1498 GNUNET_LOAD_update (cp->ppd.transmission_delay,
1499 UINT64_MAX);
1499 if (NULL != cp->cth) 1500 if (NULL != cp->cth)
1500 { 1501 {
1501 GNUNET_CORE_notify_transmit_ready_cancel (cp->cth); 1502 GNUNET_CORE_notify_transmit_ready_cancel (cp->cth);