projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75baeca
)
fix vlist_simple_add version handling
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 19 Mar 2012 21:36:43 +0000
(22:36 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 19 Mar 2012 21:36:47 +0000
(22:36 +0100)
utils.h
patch
|
blob
|
history
diff --git
a/utils.h
b/utils.h
index 3918cace912ae745496f68a08ae7effd3ee5525f..5ea9c6f092915138fbff666e4e09c17ea789a56a 100644
(file)
--- a/
utils.h
+++ b/
utils.h
@@
-93,6
+93,7
@@
static inline void vlist_simple_update(struct vlist_simple_tree *tree)
static inline void vlist_simple_add(struct vlist_simple_tree *tree, struct vlist_simple_node *node)
{
+ node->version = tree->version;
list_add(&node->list, &tree->list);
}