aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-03 11:27:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-03 11:27:14 +0000
commit31fa7ff21510bad20198b2e6d2b93d62d7624394 (patch)
tree13f4cbacee4a266b6908a5fef47fa2382785b56c /src/peerinfo-tool
parent214038fae7d60dc443e823009c1fc942d0560aa4 (diff)
downloadgnunet-31fa7ff21510bad20198b2e6d2b93d62d7624394.tar.gz
gnunet-31fa7ff21510bad20198b2e6d2b93d62d7624394.zip
-enable lm building
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index ab5a15730..5f9e2cefa 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -699,7 +699,7 @@ parse_hello_uri (const char *put_uri)
699 { 699 {
700 /* WARNING: this adds the address from URI WITHOUT verification! */ 700 /* WARNING: this adds the address from URI WITHOUT verification! */
701 if (GNUNET_OK == ctx.ret) 701 if (GNUNET_OK == ctx.ret)
702 GNUNET_PEERINFO_add_peer (peerinfo, hello); 702 GNUNET_PEERINFO_add_peer (peerinfo, hello, NULL, NULL);
703 GNUNET_free (hello); 703 GNUNET_free (hello);
704 } 704 }
705 705