Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Rserv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4927,6 +4927,8 @@ void Rserve_QAP1_connected(void *thp) {
printf("done.\n");
#endif
#ifdef FORKED
/* Honour workdir.clean */
Rserve_cleanup();
/* we should not return to the main loop, but terminate instead */
exit(0);
#endif
Expand Down