Ignore errors when parsing DN.
authorueno <ueno>
Mon, 19 Mar 2007 08:32:06 +0000 (08:32 +0000)
committerueno <ueno>
Mon, 19 Mar 2007 08:32:06 +0000 (08:32 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 8c0b049..f6d19b3 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1757,7 +1757,7 @@ signatures should be included."
                (if cert
                    (condition-case nil
                        (epg-dn-from-string string)
-                     (errror string))
+                     (error string))
                  string))
               (epg-key-user-id-list (car keys)))))
        ((equal (aref (car lines) 0) "fpr")