aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_ril.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-04-07 14:50:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-04-07 14:50:44 +0000
commit1dde2ca5934f2c61527d66a0d048b4e6923c1b50 (patch)
treeb976aadf3954d9eddcb83603f75ded966c99eb1e /src/ats/plugin_ats_ril.c
parente475cc908fd698f01fcdd05699a06f289daa1ce2 (diff)
downloadgnunet-1dde2ca5934f2c61527d66a0d048b4e6923c1b50.tar.gz
gnunet-1dde2ca5934f2c61527d66a0d048b4e6923c1b50.zip
unused call
Diffstat (limited to 'src/ats/plugin_ats_ril.c')
-rw-r--r--src/ats/plugin_ats_ril.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_ril.c b/src/ats/plugin_ats_ril.c
index 2bf715eb9..d31f37ce8 100644
--- a/src/ats/plugin_ats_ril.c
+++ b/src/ats/plugin_ats_ril.c
@@ -1248,7 +1248,7 @@ envi_action_address_switch (struct GAS_RIL_Handle *solver,
1248 struct RIL_Address_Wrapped *cur; 1248 struct RIL_Address_Wrapped *cur;
1249 int i = 0; 1249 int i = 0;
1250 1250
1251 cur = agent_address_get_wrapped(agent, agent->address_inuse); 1251 //cur = agent_address_get_wrapped(agent, agent->address_inuse);
1252 1252
1253 for (cur = agent->addresses_head; NULL != cur; cur = cur->next) 1253 for (cur = agent->addresses_head; NULL != cur; cur = cur->next)
1254 { 1254 {