aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index c5afde7d0..54a4e7577 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -269,6 +269,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
269 if (GNUNET_OK != 269 if (GNUNET_OK !=
270 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE), 270 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
271 (const struct sockaddr *) &a4, 271 (const struct sockaddr *) &a4,
272 /* TODO broadcast and netmask */
272 NULL, 273 NULL,
273 NULL, 274 NULL,
274 sizeof (a4))) 275 sizeof (a4)))
@@ -287,6 +288,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
287 if (GNUNET_OK != 288 if (GNUNET_OK !=
288 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE), 289 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
289 (const struct sockaddr *) &a6, 290 (const struct sockaddr *) &a6,
291 /* TODO broadcast and netmask */
290 NULL, 292 NULL,
291 NULL, 293 NULL,
292 sizeof (a6))) 294 sizeof (a6)))