aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-22 09:15:55 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-22 09:15:55 +0000
commite333bd101e59a42d91b50f959c749aeddef2546a (patch)
tree8d9ca156318a30e08dfe0b60908fff8d8385183f /src/core
parent19c38c3b0f128be0d3c7cf5462e155ef26c93661 (diff)
downloadgnunet-e333bd101e59a42d91b50f959c749aeddef2546a.tar.gz
gnunet-e333bd101e59a42d91b50f959c749aeddef2546a.zip
for cov
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index e5a0db5ec..5f858e596 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -2774,6 +2774,8 @@ handle_pong (struct Neighbour *n,
2774 "Core service receives `%s' request from `%4s'.\n", 2774 "Core service receives `%s' request from `%4s'.\n",
2775 "PONG", GNUNET_i2s (&n->peer)); 2775 "PONG", GNUNET_i2s (&n->peer));
2776#endif 2776#endif
2777 /* mark as garbage, just to be sure */
2778 memset (&t, 255, sizeof (t));
2777 if (GNUNET_OK != 2779 if (GNUNET_OK !=
2778 do_decrypt (n, 2780 do_decrypt (n,
2779 &n->peer.hashPubKey, 2781 &n->peer.hashPubKey,