aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-06-20 13:48:26 +0000
committerJulius Bünger <buenger@mytum.de>2015-06-20 13:48:26 +0000
commitc893928a891a7eca87b2f966aea394b3779cdcb6 (patch)
treec4696ba3fd890a7fdb4ac3a14dfeca97d1bafdbd /src
parent4d78632c575a118a2dc4c9194536a86b2fa00f76 (diff)
downloadgnunet-c893928a891a7eca87b2f966aea394b3779cdcb6.tar.gz
gnunet-c893928a891a7eca87b2f966aea394b3779cdcb6.zip
-fixed wrong pointer usage
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 23fdf2af5..99aa7abcb 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -1683,7 +1683,7 @@ handle_peer_pull_reply (void *cls,
1683 #endif /* ENABLE_MALICIOUS */ 1683 #endif /* ENABLE_MALICIOUS */
1684 1684
1685 /* Do actual logic */ 1685 /* Do actual logic */
1686 peers = (struct GNUNET_PeerIdentity *) &msg[1]; 1686 peers = (struct GNUNET_PeerIdentity *) &in_msg[1];
1687 1687
1688 LOG (GNUNET_ERROR_TYPE_DEBUG, 1688 LOG (GNUNET_ERROR_TYPE_DEBUG,
1689 "PULL REPLY received, got following %u peers:\n", 1689 "PULL REPLY received, got following %u peers:\n",