aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
commitf0aa90746c39bff31135eef4d53156d13543aaca (patch)
tree2e336cb9470d230ab784b6efa298f11e6fb641db /src/connection/fork.lisp
parent37c8017ed1249b4e34634b7df691b82f62e6361b (diff)
downloadconsfigurator-f0aa90746c39bff31135eef4d53156d13543aaca.tar.gz
rename RETURN-EXIT -> EXIT-CODE-TO-RETVAL
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index ca269df..593d468 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -31,7 +31,7 @@ Must not start up any threads."))
`(continue-deploy* ,connection ',remaining))
(when-let ((lines (lines out)))
(inform t lines))
- (return-exit
+ (exit-code-to-retval
exit
:on-failure (failed-change
"~&Fork connection child failed; stderr was ~%~%~A" err))))
@@ -81,7 +81,7 @@ single-threaded context for the execution of POST-FORK."))
`(continue-deploy* ,connection ',remaining))
(when-let ((lines (lines out)))
(inform t lines))
- (return-exit
+ (exit-code-to-retval
exit
:on-failure (failed-change
"~&Reinvoked Lisp image failed; stderr was ~%~%~A" err))))