[libvirt] [PATCH] domain_event.c: Fix a typo

Peter Krempa pkrempa at redhat.com
Tue Nov 1 05:41:39 UTC 2016


On Tue, Nov 01, 2016 at 01:09:32 -0400, Kothapally Madhu Pavan wrote:
> Signed-off-by: Kothapally Madhu Pavan <kmp at linux.vnet.ibm.com>
> ---
>  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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20161101/e60e41a1/attachment-0001.sig>


More information about the libvir-list mailing list