
Build Update for libvirt/libvirt ------------------------------------- Build: #471 Status: Errored Duration: 20 minutes and 28 seconds Commit: 4c248e9 (master) Author: Erik Skultety Message: maint: Fix incorrect parenthesis placement causing true/false assignment There were a few places in our code where the following pattern in 'if' condition occurred: if ((foo = bar() < 0)) do something; This patch adjusts the conditions to the expected format: if ((foo = bar()) < 0) do something; Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1488192 Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a2b240e60e60...4c248e938a55 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271982246?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications