Re: [libvirt] [PATCH 3/3] virnetsocket: use new API for uniform child cleanup

2011-07-14 Thread Matthias Bolte
2011/7/12 Eric Blake ebl...@redhat.com: Rather than trying to clean up the ssh child ourselves, and risk subtle differences from the socket creation error path, we can just use the new APIs. * src/rpc/virnetsocket.c (virNetSocketFree): Use new function. ---  src/rpc/virnetsocket.c |   13

[libvirt] [PATCH 3/3] virnetsocket: use new API for uniform child cleanup

2011-07-12 Thread Eric Blake
Rather than trying to clean up the ssh child ourselves, and risk subtle differences from the socket creation error path, we can just use the new APIs. * src/rpc/virnetsocket.c (virNetSocketFree): Use new function. --- src/rpc/virnetsocket.c | 13 + 1 files changed, 1 insertions(+),