aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
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 }