aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-unix.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 21:41:51 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-22 21:41:51 +0900
commitec13689ff06c08d7ac9b94bf27065e94f36581af (patch)
tree879c9154d43b35c3ebab069d6036fd5d9146088e /src/transport/gnunet-communicator-unix.c
parent6d8ba0321cde6cf5dd240b9cbcf36dc95bfdc798 (diff)
downloadgnunet-ec13689ff06c08d7ac9b94bf27065e94f36581af.tar.gz
gnunet-ec13689ff06c08d7ac9b94bf27065e94f36581af.zip
basic tests wip
Diffstat (limited to 'src/transport/gnunet-communicator-unix.c')
-rw-r--r--src/transport/gnunet-communicator-unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c
index 404bcfb7f..29ec087e1 100644
--- a/src/transport/gnunet-communicator-unix.c
+++ b/src/transport/gnunet-communicator-unix.c
@@ -697,6 +697,7 @@ receive_complete_cb (void *cls, int success)
697{ 697{
698 (void) cls; 698 (void) cls;
699 delivering_messages--; 699 delivering_messages--;
700
700 if (GNUNET_OK != success) 701 if (GNUNET_OK != success)
701 GNUNET_STATISTICS_update (stats, 702 GNUNET_STATISTICS_update (stats,
702 "# transport transmission failures", 703 "# transport transmission failures",