aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-28 13:04:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-28 13:04:23 +0000
commit44ed0c176e5a9d133804757e1d304fe5d61a7515 (patch)
treea2a0b80bcc4e053a11d77e05155690424fee644d /src
parent47cdfc6435d41f410ac7b9d25701905fbdeed6ea (diff)
downloadgnunet-44ed0c176e5a9d133804757e1d304fe5d61a7515.tar.gz
gnunet-44ed0c176e5a9d133804757e1d304fe5d61a7515.zip
-fix FTBFS
Diffstat (limited to 'src')
-rw-r--r--src/core/gnunet-service-core_kx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 0cf287d24..be073b702 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1062,7 +1062,7 @@ GSC_KX_handle_ping (struct GSC_KeyExchangeInfo *kx,
1062 { 1062 {
1063 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1063 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1064 "Decryption of PING from peer `%s'\n", 1064 "Decryption of PING from peer `%s'\n",
1065 GNUNET_i2s (sender)); 1065 GNUNET_i2s (&kx->peer));
1066 GNUNET_break_op (0); 1066 GNUNET_break_op (0);
1067 return; 1067 return;
1068 } 1068 }