1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons
Zdenek Kabelac 0a9b444a60 Remove dead assignment of 'ret' value
Variable 'ret' assigned from _do_event() was actually not used and replaced with next
assignment without any read of the returned value.

Code is reformated - so the error path is put in the if() branch and normal
code is put after the 'if' together with FIXME comment.


FIXME lowprio: logging needs to be fixed in this code,
 - multiple log_errors are printed, stacks are missing...
2011-01-06 10:45:41 +00:00
..
clvmd Remove dead assignment to thisfd 2011-01-05 12:17:19 +00:00
cmirrord Removed unused pointer 2010-12-20 13:58:38 +00:00
dmeventd Remove dead assignment of 'ret' value 2011-01-06 10:45:41 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00