Guido Günther wrote:
On Fri, Oct 10, 2008 at 06:05:37PM +0100, Daniel P. Berrange wrote:
> Sorry to mess up your patch, but I just committed the code to turn
> all linked lists into arrays. So you'll need to tweak this to do
>
> for (i = 0 ; i < vm->def->ndisks ; i++)
> if (STREQ(vm->def->disks[i]->dst))
> break;
Fixed version attached. This one also addresses Cole's comment on the
error message.
-- Guido
ACK.
Thanks,
Cole