
1 Nov
2016
1 Nov
'16
12:19 a.m.
On Wed, Oct 19, 2016 at 14:40:34 +0200, Pino Toscano wrote:
Add an internal variable to mark the FD as "not owned" by the virNetSocket, in case the internal implementation takes the actual ownership of the descriptor; this avoids a warning when closing the socket, as the FD would be invalid. --- src/rpc/virnetsocket.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
ACK, Peter