This commented-out option was pointed out by jtomko during review, but
I missed taking it out when addressing his comments.
Signed-off-by: Laine Stump <laine(a)redhat.com>
---
src/qemu/qemu_passt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/qemu/qemu_passt.c b/src/qemu/qemu_passt.c
index b1215a1bba..0f09bf3db8 100644
--- a/src/qemu/qemu_passt.c
+++ b/src/qemu/qemu_passt.c
@@ -95,7 +95,6 @@ qemuPasstAddNetProps(virDomainObj *vm,
"s:type", "stream",
"a:addr", &addrprops,
"b:server", false,
- /* "u:reconnect", 5, */
NULL) < 0) {
return -1;
}
--
2.38.1