[libvirt] [dbus PATCH] connect: fix deregistering of NodeDevice events

Katerina Koukiou kkoukiou at redhat.com
Mon Jun 25 13:50:00 UTC 2018


On Mon, Jun 25, 2018 at 09:30:49AM -0400, Anya Harter wrote:
> Signed-off-by: Anya Harter <aharter at redhat.com>
> ---
>  src/connect.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/connect.c b/src/connect.c
> index 09e5628..32dda14 100644
> --- a/src/connect.c
> +++ b/src/connect.c
> @@ -68,7 +68,7 @@ virtDBusConnectClose(virtDBusConnect *connect,
>      for (gint i = 0; i < VIR_NODE_DEVICE_EVENT_ID_LAST; i++) {
>          if (connect->nodeDevCallbackIds[i] >= 0) {
>              if (deregisterEvents) {
> -                virConnectNetworkEventDeregisterAny(connect->connection,
> +                virConnectNodeDeviceEventDeregisterAny(connect->connection,
>                                                      connect->nodeDevCallbackIds[i]);

Indentation is off here. Otherwise looks good.
With this adjusted.

Reviewed-by: Katerina Koukiou <kkoukiou at redhat.com>
>              }
>              connect->nodeDevCallbackIds[i] = -1;
> -- 
> 2.17.1
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180625/26f0cec8/attachment-0001.sig>


More information about the libvir-list mailing list