aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-07 20:05:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-07 20:05:55 +0000
commit120afa6058ba579887a9b417ec86cf06926d765e (patch)
tree5b18b972f3bc1934cbc35956cf24e07de27507f6 /src/hello
parentffb59a6a7fca6e70abfe5b87a997ed9cad989ec5 (diff)
downloadgnunet-120afa6058ba579887a9b417ec86cf06926d765e.tar.gz
gnunet-120afa6058ba579887a9b417ec86cf06926d765e.zip
fixing issues with hello handling
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 5a21bd41f..79d0edf8d 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -130,6 +130,7 @@ get_hello_address_size (const char *buf, size_t max, uint32_t * ralen)
130 { 130 {
131 /* 0-termination not found */ 131 /* 0-termination not found */
132 GNUNET_break_op (0); 132 GNUNET_break_op (0);
133 abort ();
133 return 0; 134 return 0;
134 } 135 }
135 pos++; 136 pos++;