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

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

[elpa] externals/crdt bc98495 60/80: I imagine this fix an imaginary bug


From: ELPA Syncer
Subject: [elpa] externals/crdt bc98495 60/80: I imagine this fix an imaginary bug with tuntox
Date: Sat, 28 Aug 2021 10:57:42 -0400 (EDT)

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

    I imagine this fix an imaginary bug with tuntox
---
 crdt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 827b488..70e72f7 100644
--- a/crdt.el
+++ b/crdt.el
@@ -1606,9 +1606,9 @@ Disconnect if it's a client session, or stop serving if 
it's a server session."
           (delq session crdt--session-list))
     (crdt--refresh-sessions-maybe)
     (let ((proxy-process (process-get (crdt--session-network-process session) 
'tuntox-process)))
+      (delete-process (crdt--session-network-process session))
       (when (and proxy-process (process-live-p proxy-process))
         (interrupt-process proxy-process)))
-    (delete-process (crdt--session-network-process session))
     (message "Disconnected.")))
 
 (defun crdt-stop-session (&optional session-name)



reply via email to

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