On Fri, Jul 5, 2019 at 11:01 AM Daniel P. Berrangé <[email protected]> wrote: > > A few bits of cleanup identified during work on the daemon splitting > patches sent now since they are independent.
Reviewed-by: Fabiano Fidêncio <[email protected]> > > Daniel P. Berrangé (3): > remote: stop declaring variables in the middle of a function > remote: use autofree for many string variables > remote: conditionally declare tty variable for non-Win32 platforms > > src/remote/remote_driver.c | 61 ++++++++++++++------------------------ > 1 file changed, 23 insertions(+), 38 deletions(-) > > -- > 2.21.0 > > -- > libvir-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/libvir-list -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
