“2fd1bf2ea6b6e0d27fb49461dd2b35c8e2a2b13b”上不存在“paddle/phi/ops/compat/lstsq_sig.cc”
提交 ba9ea2ad 编写于 作者: J Jiri Denemark

qemu: Don't initialize struct utsname

It breaks the build and it is not really useful for anything.
Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 52b7d910
......@@ -5431,7 +5431,7 @@ virQEMUCapsCacheNew(const char *libDir,
char *capsCacheDir = NULL;
virFileCachePtr cache = NULL;
virQEMUCapsCachePrivPtr priv = NULL;
struct utsname uts = { 0 };
struct utsname uts;
if (virAsprintf(&capsCacheDir, "%s/capabilities", cacheDir) < 0)
goto error;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册