Page MenuHomeFreeBSD

D47277.1790248029.diff
No OneTemporary

Size
624 B
Referenced Files
None
Subscribers
None

D47277.1790248029.diff

diff --git a/sys/sys/pctrie.h b/sys/sys/pctrie.h
--- a/sys/sys/pctrie.h
+++ b/sys/sys/pctrie.h
@@ -147,8 +147,6 @@
*found_out = NULL; \
return (ENOMEM); \
} \
- if (neighbor == parentp) \
- neighbor = parent; \
pctrie_insert_node(parentp, parent, val); \
} \
found = pctrie_subtree_lookup_gt(neighbor, *val); \
@@ -178,8 +176,6 @@
*found_out = NULL; \
return (ENOMEM); \
} \
- if (neighbor == parentp) \
- neighbor = parent; \
pctrie_insert_node(parentp, parent, val); \
} \
found = pctrie_subtree_lookup_lt(neighbor, *val); \

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 24, 11:07 AM (13 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29898794
Default Alt Text
D47277.1790248029.diff (624 B)

Event Timeline