-fix FTBFS
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2015 13:04:23 +0000 (13:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2015 13:04:23 +0000 (13:04 +0000)
src/core/gnunet-service-core_kx.c

index 0cf287d24c5040dcc519151f2c4541810dca961b..be073b7028a210384dd39710593037a8ec49e611 100644 (file)
@@ -1062,7 +1062,7 @@ GSC_KX_handle_ping (struct GSC_KeyExchangeInfo *kx,
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Decryption of PING from peer `%s'\n",
-                GNUNET_i2s (sender));
+                GNUNET_i2s (&kx->peer));
     GNUNET_break_op (0);
     return;
   }