aboutsummaryrefslogtreecommitdiff
path: root/src/util/peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/peer.c')
-rw-r--r--src/util/peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/peer.c b/src/util/peer.c
index 1ad3ee264..81803e097 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -227,7 +227,7 @@ GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid)
227 if (0 == id) 227 if (0 == id)
228 { 228 {
229 memset (pid, 0, sizeof (struct GNUNET_PeerIdentity)); 229 memset (pid, 0, sizeof (struct GNUNET_PeerIdentity));
230 GNUNET_break (0); 230 GNUNET_assert (0);
231 return; 231 return;
232 } 232 }
233 GNUNET_assert (id < size); 233 GNUNET_assert (id < size);