aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-10 13:51:30 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-10 13:51:30 +0000
commit022d9a260253d3b5a0f5b246042c3bb1cdb5a09d (patch)
treed81d70738f5d3d2dfade8f1e10d23bc0f69e1653 /src/core
parent577617bf2fcae384dd93386578933eb96646b6cf (diff)
downloadgnunet-022d9a260253d3b5a0f5b246042c3bb1cdb5a09d.tar.gz
gnunet-022d9a260253d3b5a0f5b246042c3bb1cdb5a09d.zip
-trying to help/fix #2248
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_kx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index cf825336d..81c3382af 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1126,6 +1126,7 @@ send_keep_alive (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1126 1, GNUNET_NO); 1126 1, GNUNET_NO);
1127 GSC_SESSIONS_end (&kx->peer); 1127 GSC_SESSIONS_end (&kx->peer);
1128 kx->status = KX_STATE_DOWN; 1128 kx->status = KX_STATE_DOWN;
1129 send_key (kx);
1129 return; 1130 return;
1130 } 1131 }
1131 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending KEEPALIVE to `%s'\n", 1132 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending KEEPALIVE to `%s'\n",