From ed12c9ca7cbcd1f3ac26f05d05727087e7dbe08d Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 22 Jul 2011 15:19:32 +0100 Subject: [PATCH] Fix typos in daemon config file from previous commit --- daemon/libvirtd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf index 217f2f4a70..95e43dd23d 100644 --- a/daemon/libvirtd.conf +++ b/daemon/libvirtd.conf @@ -192,8 +192,8 @@ # When libvirtd starts it performs some sanity checks against # its own certificates. # -# Default is to always sanity. Uncommenting this will disable -# sanity checks which is not a good idea +# Default is to always run sanity checks. Uncommenting this +# will disable sanity checks which is not a good idea #tls_no_sanity_certificate = 1 # Flag to disable verification of client certificates -- 2.47.3