[Libvir] (remoteInitializeGnuTLS): Fix a typo in a variable name.

Jim Meyering jim at meyering.net
Wed Nov 21 19:24:30 UTC 2007


2007-11-21  Jim Meyering  <meyering at redhat.com>

	Fix a typo in a variable name.
	* qemud/qemud.c: Check crl_file, not ca_file, for revocation list,
	in remoteInitializeGnuTLS.

diff --git a/qemud/qemud.c b/qemud/qemud.c
index 55bd805..f6cd026 100644
--- a/qemud/qemud.c
+++ b/qemud/qemud.c
@@ -165,7 +165,7 @@ remoteInitializeGnuTLS (void)
     }

     if (crl_file && crl_file[0] != '\0') {
-        if (remoteCheckCertFile("CA revocation list", ca_file) < 0)
+        if (remoteCheckCertFile("CA revocation list", crl_file) < 0)
             return -1;

         qemudDebug ("loading CRL from %s", crl_file);
--
1.5.3.6.736.gb7f30




More information about the libvir-list mailing list