branch: externals/crdt commit 82a7565dac3f115d470b08e567886f261c627a0f Author: Qiantan Hong <qh...@mit.edu> Commit: Qiantan Hong <qh...@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)