aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-05 15:03:21 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-05 15:03:21 +0000
commit5d8749b903e4c0d038b71adf3804a6c3acaac54f (patch)
tree4ec62d0001747109b76a584a45ec7dbea7ea10d4 /src/peerinfo/gnunet-service-peerinfo.c
parentdaaddaf0ccad48256ee4e9f4ded6b01b40bc84aa (diff)
downloadgnunet-5d8749b903e4c0d038b71adf3804a6c3acaac54f.tar.gz
gnunet-5d8749b903e4c0d038b71adf3804a6c3acaac54f.zip
perf test
Diffstat (limited to 'src/peerinfo/gnunet-service-peerinfo.c')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 8b113f9ce..7a2a02c2a 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -510,7 +510,6 @@ bind_address (const struct GNUNET_PeerIdentity *peer,
510 GNUNET_assert (NULL != host); 510 GNUNET_assert (NULL != host);
511 if (NULL == host->hello) 511 if (NULL == host->hello)
512 { 512 {
513 GNUNET_break (0);
514 host->hello = GNUNET_malloc (GNUNET_HELLO_size (hello)); 513 host->hello = GNUNET_malloc (GNUNET_HELLO_size (hello));
515 memcpy (host->hello, hello, GNUNET_HELLO_size (hello)); 514 memcpy (host->hello, hello, GNUNET_HELLO_size (hello));
516 } 515 }