Re: [PATCH 3/6] qemuDomainBuildNamespace: Make @devPath const

2020-03-19 Thread Pavel Mores
On Wed, Mar 18, 2020 at 06:32:13PM +0100, Michal Privoznik wrote: > The @devPath variable is not modifiable. It merely just points to > string containing path where private devtmpfs is being > constructed. Make it const so it doesn't look weird that it's not > freed. > > Signed-off-by: Michal Priv

[PATCH 3/6] qemuDomainBuildNamespace: Make @devPath const

2020-03-18 Thread Michal Privoznik
The @devPath variable is not modifiable. It merely just points to string containing path where private devtmpfs is being constructed. Make it const so it doesn't look weird that it's not freed. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 d