Re: [libvirt] [PATCH v3 26/28] security_dac: Fix const correctness

2018-08-31 Thread John Ferlan
On 08/27/2018 04:08 AM, Michal Privoznik wrote: > These two functions (virSecurityDACSetOwnership and > virSecurityDACRestoreFileLabelInternal) do not really change > @src. Make it const. > > Signed-off-by: Michal Privoznik > --- > src/security/security_dac.c | 4 ++-- > 1 file changed, 2

[libvirt] [PATCH v3 26/28] security_dac: Fix const correctness

2018-08-27 Thread Michal Privoznik
These two functions (virSecurityDACSetOwnership and virSecurityDACRestoreFileLabelInternal) do not really change @src. Make it const. Signed-off-by: Michal Privoznik --- src/security/security_dac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git