On 2/11/26 21:20, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé <[email protected]> > > The vircommand.c code will always log the argv about to > be run, so logging it again in virfirewall.c is redundant. > Removing the dupe avoids the repeated memory allocation > from the array -> string conversion. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > src/util/virfirewall.c | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-)
Reviewed-by: Michal Privoznik <[email protected]> Michal
