mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-12 02:13:58 +01:00
- preventd program to hang when a file is created or deleted using
kami. When a file was created and deleted and the kami window was closed the program stopped responding if the user tried to open a new kami address.
This commit is contained in:
parent
a6306349a9
commit
b54601ff48
@ -193,6 +193,9 @@
|
||||
(defun generate-filesystem-window-handlers (path host port
|
||||
query fragment
|
||||
client-certificate client-key)
|
||||
(setf 9p:*tag* 8)
|
||||
(setf 9p:*fid* 1)
|
||||
(setf 9p:*messages-sent* '())
|
||||
(with-open-ssl-stream (stream socket host port client-certificate client-key)
|
||||
(let* ((*stream* stream)
|
||||
(*root-fid* (9p:mount *stream* "/")))
|
||||
|
Loading…
Reference in New Issue
Block a user