mirror of https://github.com/neutrinolabs/xrdp
change the way chansrv is started
This commit is contained in:
parent
3fe4faa8d2
commit
185414584d
|
@ -84,7 +84,7 @@ main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
g_set_current_dir(XRDP_SBIN_PATH);
|
g_set_current_dir(XRDP_SBIN_PATH);
|
||||||
g_snprintf(exe_path, 261, "%s/xrdp-chansrv", XRDP_SBIN_PATH);
|
g_snprintf(exe_path, 261, "%s/xrdp-chansrv", XRDP_SBIN_PATH);
|
||||||
g_execvp(exe_path, 0);
|
g_execlp3(exe_path, "xrdp-chansrv", 0);
|
||||||
/* should not get here */
|
/* should not get here */
|
||||||
g_writeln("xrdp-sessvc: g_execvp failed");
|
g_writeln("xrdp-sessvc: g_execvp failed");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue