Skip to content

Commit 2a67c18

Browse files
hideyukn88Hideyuki Nagase
andauthored
WSLGd: fix relaunch weston with env (#878)
Co-authored-by: Hideyuki Nagase <hideyukn@HIDEYUKN-SB3>
1 parent 5d0572a commit 2a67c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WSLGd/ProcessMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int wslgd::ProcessMonitor::Run() try {
108108
LOG_ERROR("pid %d return unknown status %d, %s", pid, status, cmd.c_str());
109109
}
110110

111-
LaunchProcess(std::move(found->second.argv), std::move(found->second.capabilities));
111+
LaunchProcess(std::move(found->second.argv), std::move(found->second.capabilities), std::move(found->second.env));
112112
}
113113

114114
m_children.erase(found);

0 commit comments

Comments
 (0)