Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Dec 1, 2023
1 parent 3be9202 commit b4ed6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/host/user_session_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ void UserSessionManager::startSessionProcess(
"DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u {0})/bus "
"-u {0} {1} --hidden &",
user_name,
file_path);
file_path.c_str());

int ret = system(command_line.c_str());
LOG(LS_INFO) << "system result: " << ret;
Expand Down

0 comments on commit b4ed6dd

Please sign in to comment.