emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] nsm 01/01: (nsm-format-certificate): Fix typo in the certi


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] nsm 01/01: (nsm-format-certificate): Fix typo in the certificate printing.
Date: Wed, 19 Nov 2014 20:25:26 +0000

branch: nsm
commit 71a78bd380318eec3ab45c01a8896a04e28b03df
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Wed Nov 19 21:24:30 2014 +0100

    (nsm-format-certificate): Fix typo in the certificate printing.
---
 lisp/ChangeLog  |    1 +
 lisp/net/nsm.el |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fc44d1e..2d052a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
 
        * net/nsm.el (nsm-format-certificate): Protect against not all
        identifiers having all parts.
+       (nsm-format-certificate): Fix typo in the certificate printing.
 
 2014-11-19  Teodor Zlatanov  <address@hidden>
 
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 04c2ac7..f51201a 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -348,7 +348,7 @@ unencrypted."
         (nsm-certificate-part (plist-get cert :issuer) "CN" t) "\n"
         "Issued to:"
         (or (nsm-certificate-part (plist-get cert :subject) "O")
-            (nsm-certificate-part (plist-get cert :subject) "OU") t)
+            (nsm-certificate-part (plist-get cert :subject) "OU" t))
         "\n"
         "Hostname:"
         (nsm-certificate-part (plist-get cert :subject) "CN" t) "\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]