change Xrdp to X11rdp to avoid confusion

ulab-original
jsorg71 18 years ago
parent 74ff4b4a97
commit 68e30a5e19

@ -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

Loading…
Cancel
Save