Re: [PATCH 1/2] syntax-check: Disallow plain fork() in src/libvirt.c

2020-03-27 Thread Daniel P . Berrangé
On Fri, Mar 27, 2020 at 04:29:54PM +0100, Michal Privoznik wrote: > The last usage of plain fork() was removed in v0.9.7-rc1~50, but > we forgot to update the syntax-check exemption list accordingly. > > Signed-off-by: Michal Privoznik > --- > build-aux/syntax-check.mk | 2 +- > 1 file changed,

[PATCH 1/2] syntax-check: Disallow plain fork() in src/libvirt.c

2020-03-27 Thread Michal Privoznik
The last usage of plain fork() was removed in v0.9.7-rc1~50, but we forgot to update the syntax-check exemption list accordingly. Signed-off-by: Michal Privoznik --- build-aux/syntax-check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/syntax-check.mk b/build-au