aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c
index 4889a038f..1387296da 100644
--- a/src/core/test_core_api_send_to_self.c
+++ b/src/core/test_core_api_send_to_self.c
@@ -133,7 +133,7 @@ init (void *cls,
133 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 133 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
134 "Correctly connected to CORE; we are the peer %s.\n", 134 "Correctly connected to CORE; we are the peer %s.\n",
135 GNUNET_i2s (my_identity)); 135 GNUNET_i2s (my_identity));
136 memcpy (&myself, 136 GNUNET_memcpy (&myself,
137 my_identity, 137 my_identity,
138 sizeof (struct GNUNET_PeerIdentity)); 138 sizeof (struct GNUNET_PeerIdentity));
139} 139}