You need to sign in or sign up before continuing.
提交 92888c80 编写于 作者: N Neil Wilson 提交者: Laine Stump

bridge_driver.c: Fix autoconf setting

Code altered so that it is consistent with the associated comment. The
'autoconf' variable is forced to zero.
Signed-off-by: NNeil Wilson <neil@brightbox.co.uk>
上级 be5ec766
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<fsimonce@redhat.com> <federico.simoncelli@gmail.com> <fsimonce@redhat.com> <federico.simoncelli@gmail.com>
<marcandre.lureau@redhat.com> <marcandre.lureau@gmail.com> <marcandre.lureau@redhat.com> <marcandre.lureau@gmail.com>
<supriyak@linux.vnet.ibm.com> <supriyak@in.ibm.com> <supriyak@linux.vnet.ibm.com> <supriyak@in.ibm.com>
<neil@aldur.co.uk> <neil@brightbox.co.uk>
# Name consolidation: # Name consolidation:
# Preferred author spelling <preferred email> # Preferred author spelling <preferred email>
......
...@@ -1566,9 +1566,9 @@ networkSetIPv6Sysctls(virNetworkObjPtr network) ...@@ -1566,9 +1566,9 @@ networkSetIPv6Sysctls(virNetworkObjPtr network)
goto cleanup; goto cleanup;
} }
if (virFileWriteStr(field, "1", 0) < 0) { if (virFileWriteStr(field, "0", 0) < 0) {
virReportSystemError(errno, virReportSystemError(errno,
_("cannot enable %s"), field); _("cannot disable %s"), field);
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册