]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix conditional build of virNetDevSetupControlFull
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Mar 2013 16:36:57 +0000 (16:36 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Mar 2013 18:08:33 +0000 (18:08 +0000)
commit495e3b2b50af45122f957926e00d47b242dbaf29
tree4a8c35378e842aa1c537f9dd3131186c4fbf45e1
parent3ed2e54500c9bca212e931651585e4edacbdaa85
Fix conditional build of virNetDevSetupControlFull

The virNetDevSetupControlFull function was protected by a
conditional on SIOCBRADDBR, which is bogus since it does
not use that symbol. Update the conditionals around all
callers to do stricter checks to ensure we always build
succesfully

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virnetdevbridge.c