
24 Apr
2018
24 Apr
'18
8:16 a.m.
On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote:
The code for building UNIX socket paths will be getting more complex to cope with accessing various different daemons. Refactor it to eliminate the code duplication and isolation the logic for constructing paths.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/remote/remote_driver.c | 69 ++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 27 deletions(-)
ACK Up until and including this patch, you can merge these as they fix real problems / improve things. Michal