summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
Diffstat (limited to 'nest')
-rw-r--r--nest/rt-attr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index de63198..8daebae 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -71,6 +71,7 @@ ea__find(ea_list *e, unsigned id)
while (e)
{
+ /*
if (e->flags & EALF_BISECT)
{
l = 0;
@@ -88,6 +89,7 @@ ea__find(ea_list *e, unsigned id)
}
}
else
+ */
for(m=0; m<e->count; m++)
if (e->attrs[m].id == id)
return &e->attrs[m];