aboutsummaryrefslogtreecommitdiff
path: root/src/ats/libgnunet_plugin_ats_proportional.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/libgnunet_plugin_ats_proportional.c')
-rw-r--r--src/ats/libgnunet_plugin_ats_proportional.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats/libgnunet_plugin_ats_proportional.c b/src/ats/libgnunet_plugin_ats_proportional.c
index c444adba4..0cbf2d26a 100644
--- a/src/ats/libgnunet_plugin_ats_proportional.c
+++ b/src/ats/libgnunet_plugin_ats_proportional.c
@@ -1490,7 +1490,6 @@ GAS_proportional_address_add (void *solver, struct ATS_Address *address,
1490 struct AddressWrapper *aw = NULL; 1490 struct AddressWrapper *aw = NULL;
1491 1491
1492 GNUNET_assert(NULL != s); 1492 GNUNET_assert(NULL != s);
1493
1494 net = get_network (s, network); 1493 net = get_network (s, network);
1495 if (NULL == net) 1494 if (NULL == net)
1496 { 1495 {