Skip to content

Commit d8c00ae

Browse files
authored
Return node-address from the message-sow handler (#73)
1 parent 8eb2835 commit d8c00ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dryad.lisp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ NOTE: In the basic implementation, these messages must be waiting for the DRYAD
7575
:type (type-of node-process))
7676
(schedule node-process (now))
7777
(setf (gethash node-address (dryad-ids dryad)) node-id
78-
(gethash node-address (dryad-sprouted? dryad)) nil)))
78+
(gethash node-address (dryad-sprouted? dryad)) nil)
79+
node-address))
7980

8081
(define-message-handler handler-message-discover
8182
((dryad dryad) (message message-discover))

0 commit comments

Comments
 (0)