emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/crdt 82a7565 10/80: fix authentication bug


From: ELPA Syncer
Subject: [elpa] externals/crdt 82a7565 10/80: fix authentication bug
Date: Sat, 28 Aug 2021 10:57:31 -0400 (EDT)

branch: externals/crdt
commit 82a7565dac3f115d470b08e567886f261c627a0f
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    fix authentication bug
---
 crdt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 6774771..9f6fade 100644
--- a/crdt.el
+++ b/crdt.el
@@ -989,7 +989,7 @@ Must be called when CURRENT-BUFFER is a CRDT status buffer."
                              (process-contact (crdt--network-process) :host)
                              (process-contact (crdt--network-process) 
:service)))))
       (crdt--broadcast-maybe (crdt--format-message
-                              `(hello nil ,(gnutls-hash-mac 'SHA1 password 
(cadr message))))))))
+                              `(hello ,(crdt--local-name) ,(gnutls-hash-mac 
'SHA1 password (cadr message))))))))
 (cl-defmethod crdt-process-message ((message (head contact)) process)
   (cl-destructuring-bind
         (site-id display-name &optional host service) (cdr message)



reply via email to

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