change Xrdp to X11rdp to avoid confusion

This commit is contained in:
jsorg71 2006-08-25 05:25:57 +00:00
parent 74ff4b4a97
commit 68e30a5e19

View File

@ -236,7 +236,7 @@ for user %s denied", username);
}
else if (type == SESMAN_SESSION_TYPE_XRDP)
{
g_execlp11("Xrdp", "Xrdp", screen, "-geometry", geometry,
g_execlp11("X11rdp", "X11rdp", screen, "-geometry", geometry,
"-depth", depth, "-bs", "-ac", 0, 0);
}
else