libvirt
/
libvirt
|
master
|
15 mins and 2 secs
|
Michal Privoznik
|
virmodule: Fix virModuleLoad stub
When building without dlfcn.h we are providing a virModuleLoad() stub which is supposed to report an error. However, the format string in virReportSystemError() call there requires two strings but we are passing just one.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
|
|