]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Fix snafu on setting active device when no vendor device is set 8.1.0-rc5
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Dec 2015 12:33:38 +0000 (12:33 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 3 Dec 2015 12:35:49 +0000 (12:35 +0000)
commit6a3f837ff1c35dbba985e8f6bf4f0cbfa05d37a0
tree951cd2050bd14945733a0ff878fe0712cdc167fd
parent2af559f310fa87ff32c8446a70466ab09d5d1bd4
Fix snafu on setting active device when no vendor device is set

If XENBUS is built with no vendor device then the check for vendor device
presences was using NULL. This patch skips the check in that case.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenbus/driver.c