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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 25, 2018 at 09:30:49AM -0400, Anya Harter wrote:
> Signed-off-by: Anya Harter <aharter@xxxxxxxxxx>
> ---
>  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@xxxxxxxxxx>
>              }
>              connect->nodeDevCallbackIds[i] = -1;
> -- 
> 2.17.1
> 

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux