mirror of https://gitee.com/openkylin/libvirt.git
driver.c:fix a typo
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
parent
69c1f3383f
commit
d02aaddc19
|
@ -38,7 +38,7 @@ VIR_LOG_INIT("driver");
|
|||
|
||||
#ifdef WITH_DRIVER_MODULES
|
||||
|
||||
/* XXX re-implment this for other OS, or use libtools helper lib ? */
|
||||
/* XXX re-implement this for other OS, or use libtools helper lib ? */
|
||||
|
||||
# include <dlfcn.h>
|
||||
# define DEFAULT_DRIVER_DIR LIBDIR "/libvirt/connection-driver"
|
||||
|
|
Loading…
Reference in New Issue