projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160514d
)
- bug of the week
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 4 Jul 2012 09:36:19 +0000
(09:36 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 4 Jul 2012 09:36:19 +0000
(09:36 +0000)
src/hello/address.c
patch
|
blob
|
history
diff --git
a/src/hello/address.c
b/src/hello/address.c
index 893a6dc9113e4db3ae5b11467d23381f67479cd7..67ad8a0609daa19524ce7a11d61ce7e324e5063c 100644
(file)
--- a/
src/hello/address.c
+++ b/
src/hello/address.c
@@
-113,7
+113,7
@@
GNUNET_HELLO_address_cmp (const struct GNUNET_HELLO_Address *a1,
return -1;
if (a1->address_length > a2->address_length)
return 1;
- return memcmp (a1->address, a
1
->address, a1->address_length);
+ return memcmp (a1->address, a
2
->address, a1->address_length);
}