1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lost line

This commit is contained in:
Alasdair Kergon 2010-11-02 20:10:35 +00:00
parent 4b429b6c33
commit 31ed6045f9

View File

@ -574,6 +574,7 @@ static struct rx_node *_pass(struct dm_pool *mem,
if (!(r->left = _pass(mem, r->left, changed)))
return_NULL;
break;
case OR:
/* It's important we optimise sub nodes first */
if (!(r->left = _pass(mem, r->left, changed)))