Fix: incorrect parenthesis in cds_hlist_for_each_entry_safe_2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Apr 2014 20:01:57 +0000 (22:01 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Apr 2014 20:01:57 +0000 (22:01 +0200)
commit db903109f0031c831e8fdc95cb7197996e53f46d introduced a regression
in cds_hlist_for_each_entry_safe_2(): incorrect parenthesis assign "e"
to 1, rather than assign "e" to the next pointer, and evaluating the
expression to 1 (comma expression).

Reported-by: Daniel Thibault <Daniel.Thibault@drdc-rddc.gc.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.033657 seconds and 4 git commands to generate.