]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commit
Fix snafu on setting active device when no vendor device is set
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:39:16 +0000 (12:39 +0000)
commit3ab9a9ab1f9675b10ce5341ef013d988542eb747
tree9996c329da9ddf2c8594794cafd7436445ba09ba
parenta10d605529e416a8d0e41cfb7698af4fc371ea76
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