On Tue, Nov 01, 2016 at 01:09:32 -0400, Kothapally Madhu Pavan wrote: > Signed-off-by: Kothapally Madhu Pavan <kmp@xxxxxxxxxxxxxxxxxx> > --- > src/conf/domain_event.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/conf/domain_event.c b/src/conf/domain_event.c > index 63ae9e1..f1249ad 100644 > --- a/src/conf/domain_event.c > +++ b/src/conf/domain_event.c > @@ -1839,7 +1839,7 @@ virDomainEventDispatchDefaultFunc(virConnectPtr conn, > virDomainEventJobCompletedPtr ev; > > ev = (virDomainEventJobCompletedPtr) event; > - ((virConnectDomainEventJobCompletedCallback) cb)(conn, dom, > + ((virConnectDomainEventJobCompletedCallback)cb)(conn, dom, > ev->params, > ev->nparams, > cbopaque); Also please note that your change would make the rest of the lines misaligned, thus I will not apply this patch.
Attachment:
signature.asc
Description: Digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list