Remove a bug: wrong parameter to SHOW-SESSIONS after e.g. killing a
session
This commit is contained in:
parent
0bee80fadf
commit
ac28d0c6a2
|
@ -213,7 +213,7 @@
|
|||
(show-continuations selected-sessions req))))
|
||||
(else
|
||||
(error "unknown action" action)))))
|
||||
(show-sessions current-sessions new-update-text)))))))
|
||||
(show-sessions req new-update-text)))))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue