From: John Ferlan Date: Tue, 25 Nov 2014 12:06:46 +0000 (-0500) Subject: Resolve build breaker X-Git-Tag: CVE-2014-8135~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e5cf8e0ff0a2915aa0f391533a907ae046a1ffe;p=thirdparty%2Flibvirt.git Resolve build breaker Commit 'c264eeaa' didn't do the prerequisite 'make syntax-check' before pushing. There was a in the whitespace for the comment. Replaced with spaces and aligned. pushed as build breaker since Jenkins complained loudly --- diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index f273e09dac..869bf18b87 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -571,7 +571,7 @@ valid_path(const char *path, const bool readonly) }; /* override the above with these */ const char * const override[] = { - "/sys/devices/pci", /* for hostdev pci devices */ + "/sys/devices/pci", /* for hostdev pci devices */ "/etc/libvirt-sandbox/services/" /* for virt-sandbox service config */ };