[Spice-devel] [PATCH xf86-video-qxl 2/2] Spice CCID: Handle server termination.
Jeremy White
jwhite at codeweavers.com
Fri Mar 13 10:35:01 PDT 2015
>> + fprintf(stderr, "LUN %d thread exiting: %s\n", ccid->lun,
>> + rc == 0 ? "normally" : strerror(errno));
>> + close(ccid->fd);
>> + ccid->fd = -1;
>> + ccid->lun = 0;
>> + ccid->atr_len = 0;
>
> You decided not to remove STATE_OPEN from ccid->state?
No, you're right. I've pushed a version that removes STATE_OPEN, thanks.
Cheers,
Jeremy
More information about the Spice-devel
mailing list