j
k
j a
j l
On Wed, 2008-08-13 at 15:53 +0100, Mark McLoughlin wrote:
+ net->model && !strcmp(net->model, "virtio"))
Should be: + net->model && STREQ(net-model, "virtio")) Cheers, Mark.
Back to the thread
Back to the list