aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-02 22:25:48 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-02 22:25:48 +0000
commit69c3a52cfa679175da8f06bdcb8e2e4195465e44 (patch)
tree73109126cfcf1a807c5dc1e778f40b955fc959c5 /src/hello/hello.c
parentc42deb089faffd654e27bf661ce85d5c1bb38b7a (diff)
downloadgnunet-69c3a52cfa679175da8f06bdcb8e2e4195465e44.tar.gz
gnunet-69c3a52cfa679175da8f06bdcb8e2e4195465e44.zip
avoid passing both PeerIdentity and Address (which contains PeerIdentity) if address is always present as then this is redundant
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 22da56e88..3c836a9e4 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -539,7 +539,7 @@ GNUNET_HELLO_size (const struct GNUNET_HELLO_Message *hello)
539 * 539 *
540 * @param hello the hello message 540 * @param hello the hello message
541 * @param publicKey where to copy the public key information, can be NULL 541 * @param publicKey where to copy the public key information, can be NULL
542 * @return GNUNET_SYSERR if the HELLO was malformed 542 * @return #GNUNET_SYSERR if the HELLO was malformed
543 */ 543 */
544int 544int
545GNUNET_HELLO_get_key (const struct GNUNET_HELLO_Message *hello, 545GNUNET_HELLO_get_key (const struct GNUNET_HELLO_Message *hello,