summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rbtreeinsert.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/rbtreeinsert.c')
-rw-r--r--cpukit/sapi/src/rbtreeinsert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/sapi/src/rbtreeinsert.c b/cpukit/sapi/src/rbtreeinsert.c
index 38b2f5b4ca..db55e4358b 100644
--- a/cpukit/sapi/src/rbtreeinsert.c
+++ b/cpukit/sapi/src/rbtreeinsert.c
@@ -50,6 +50,7 @@ rtems_rbtree_node *rtems_rbtree_insert(
}
}
+ _RBTree_Initialize_node( the_node );
_RBTree_Add_child( the_node, parent, which );
_RBTree_Insert_color( the_rbtree, the_node );