]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix last commit.
authorSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 15:36:48 +0000 (15:36 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 15:36:48 +0000 (15:36 +0000)
src/certtool-cfg.c

index d94c9c90aa58658398d064965e16b1e91202310f..7a4c0db9fe2290d44ec6220bb41ddc3b590a96c9 100644 (file)
@@ -879,8 +879,8 @@ get_proxy_policy (char **policy, size_t *policylen)
   *policy = NULL;
   *policylen = 0;
 
-  if (strcmp (policyLanguage, "1.3.6.1.5.5.7.21.1") != 0 &&
-      strcmp (policyLanguage, "1.3.6.1.5.5.7.21.2") != 0)
+  if (strcmp (ret, "1.3.6.1.5.5.7.21.1") != 0 &&
+      strcmp (ret, "1.3.6.1.5.5.7.21.2") != 0)
     {
       fprintf (stderr, "Reading non-standard proxy policy not supported.\n");
     }