-typo
authorChristian Grothoff <christian@grothoff.org>
Thu, 5 Dec 2013 21:56:22 +0000 (21:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 5 Dec 2013 21:56:22 +0000 (21:56 +0000)
src/scalarproduct/gnunet-service-scalarproduct.c

index 38a22b1f6810ddb9576b4b60220b07b361a5f98b..7a8cad85087a40c5f43b9ce1aafbf604b7db08e8 100644 (file)
@@ -913,7 +913,7 @@ prepare_client_response (void *cls,
   msg_length = sizeof (struct GNUNET_SCALARPRODUCT_client_response) +product_length;
   msg = GNUNET_malloc (msg_length);
   msg->key = session->key;
-  &msg->peer = session->peer;
+  msg->peer = session->peer;
   if (product_exported != NULL)
   {
     memcpy (&msg[1], product_exported, product_length);