chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0f52c
)
virt: remove triple spurious newline
author
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Dec 2017 19:16:30 +0000
(20:16 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Wed, 6 Dec 2017 19:16:30 +0000
(20:16 +0100)
src/basic/virt.c
patch
|
blob
|
history
diff --git
a/src/basic/virt.c
b/src/basic/virt.c
index 96ee4a7cbde9cc3cc8773193a4dedd85a15a901f..1fd73f74f6276fc09b3ded4b2b140f757cbfca56 100644
(file)
--- a/
src/basic/virt.c
+++ b/
src/basic/virt.c
@@
-201,8
+201,6
@@
static int detect_vm_dmi(void) {
return r;
}
-
-
for (j = 0; j < ELEMENTSOF(dmi_vendor_table); j++)
if (startswith(s, dmi_vendor_table[j].vendor)) {
log_debug("Virtualization %s found in DMI (%s)", s, dmi_vendors[i]);