
24 Jan
2020
24 Jan
'20
12:57 p.m.
On Thu, Jan 23, 2020 at 11:42:57AM +0000, Daniel P. Berrangé wrote:
The strchrnul function doesn't exist on Windows and rather than attempt to implement it, it is simpler to just avoid its usage, as any callers are easily adapted.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/openvz/openvz_conf.c | 4 +++- src/security/security_selinux.c | 16 ++++++++-------- src/util/vircgroup.c | 10 +++++++--- src/util/virdnsmasq.c | 9 +++++++-- src/util/virsysinfo.c | 14 ++++++++------ tests/testutils.c | 2 +- 6 files changed, 34 insertions(+), 21 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>