Re: [PATCH] bridge_driver.c: Fix autoconf setting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/03/2011 05:58 AM, Neil Wilson wrote:
Code altered so that it is consistent with the associated comment. The
'autoconf' variable is forced to zero.

Signed-off-by: Neil Wilson<neil@xxxxxxxxxxxxxxx>
---
  src/network/bridge_driver.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c
index 9960745..76e7178 100644
--- a/src/network/bridge_driver.c
+++ b/src/network/bridge_driver.c
@@ -1566,7 +1566,7 @@ networkSetIPv6Sysctls(virNetworkObjPtr network)
          goto cleanup;
      }

-    if (virFileWriteStr(field, "1", 0)<  0) {
+    if (virFileWriteStr(field, "0", 0)<  0) {
          virReportSystemError(errno,
                               _("cannot enable %s"), field);
          goto cleanup;

ACK (after changing "enable" to "disable"), and pushed (with an addition to .mailcap, since your last patch used a different address).

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]