Skip to content

Commit 4828b8c

Browse files
authored
Gracefully handle RTSes in FINISH-MULTIREWEIGHT (#85)
1 parent 8baf7d5 commit 4828b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/multireweight.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ After collecting the `hold-cluster', we then `CHECK-PRIORITY' to determine if we
267267
(unless (process-lockable-aborting? supervisor)
268268
(flet ((payload-constructor ()
269269
(make-message-set :slots '(held-by-roots) :values `(,nil))))
270-
(with-replies (replies)
270+
(with-replies (replies :returned? returned?)
271271
(send-message-batch #'payload-constructor hold-cluster))))))
272272

273273
;;;

0 commit comments

Comments
 (0)