[Libvir] [PATCH] Useless statement in openvzGetVPSInfo
Anton Protopopov
Thursday, 21 February
2008
Thu, 21 Feb
'08
11:59 a.m.
Hi,
the patch is now in attachement..
I think, that the statement
if (!vm)
vm = *pnext;
will never be executed: in the first pass, we have already check this a few
lines before; in next passes, vm remains the same...
Anton