[libvirt] [PATCH] Bugfix: Check stdoutWatch before removing the handler.

Eric Blake eblake at redhat.com
Wed Aug 10 15:25:58 UTC 2011


On 08/10/2011 09:09 AM, Dave Allan wrote:
> On Wed, Aug 10, 2011 at 05:03:23PM +0200, Juerg Haefliger wrote:
>> ---
>>   tools/console.c |    2 +-

>> -    if (con->stdinWatch != -1)
>> +    if (con->stdoutWatch != -1)
>>           virEventRemoveHandle(con->stdoutWatch);
>>       con->stdinWatch = -1;
>>       con->stdoutWatch = -1;
>> --
>> 1.7.4.1
>>
>> --
>> libvir-list mailing list
>> libvir-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/libvir-list
>
> ACK

Pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list