From: Christian Grothoff Date: Thu, 5 Dec 2013 21:56:22 +0000 (+0000) Subject: -typo X-Git-Tag: initial-import-from-subversion-38251~5733 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c5ed155335c8a1aa8a9e4e3816676bf460ae3990;p=oweals%2Fgnunet.git -typo --- diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c index 38a22b1f6..7a8cad850 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct.c +++ b/src/scalarproduct/gnunet-service-scalarproduct.c @@ -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);