aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.c')
-rw-r--r--src/hostlist/hostlist-server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index d888c89b3..49d3a5283 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -434,8 +434,8 @@ process_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
434 else 434 else
435 { 435 {
436 builder = GNUNET_malloc (sizeof (struct HostSet)); 436 builder = GNUNET_malloc (sizeof (struct HostSet));
437 } 437 }
438 GNUNET_assert (NULL != peerinfo); 438 GNUNET_assert (NULL != peerinfo);
439 builder->pitr = 439 builder->pitr =
440 GNUNET_PEERINFO_iterate (peerinfo, GNUNET_NO, NULL, GNUNET_TIME_UNIT_MINUTES, 440 GNUNET_PEERINFO_iterate (peerinfo, GNUNET_NO, NULL, GNUNET_TIME_UNIT_MINUTES,
441 &host_processor, NULL); 441 &host_processor, NULL);
@@ -601,7 +601,7 @@ GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
601 GNUNET_CONFIGURATION_get_value_string (cfg, "HOSTLIST", 601 GNUNET_CONFIGURATION_get_value_string (cfg, "HOSTLIST",
602 "BINDTOIP", &ip)); 602 "BINDTOIP", &ip));
603 } 603 }
604 else 604 else
605 ip = NULL; 605 ip = NULL;
606 if (NULL != ip) 606 if (NULL != ip)
607 { 607 {