diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-14 12:23:12 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-14 12:23:12 -0700 |
commit | 261d35eaac7bb429ad21a7ee8bbe5623859730dd (patch) | |
tree | da6d3473e51e6f32fe43f5b3a1b023da991d40f3 | |
parent | f94f5bec1c0563954924d7e036d0f70970236b16 (diff) | |
download | xrdp-proprietary-261d35eaac7bb429ad21a7ee8bbe5623859730dd.tar.gz xrdp-proprietary-261d35eaac7bb429ad21a7ee8bbe5623859730dd.zip |
misc fixes for Xorg and compile
-rw-r--r-- | common/crc16.h | 0 | ||||
-rw-r--r-- | sesman/sesman.ini | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/crc16.h b/common/crc16.h new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/common/crc16.h diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 078158a4..a1875cac 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -10,7 +10,7 @@ AllowRootLogin=1 MaxLoginRetry=4 TerminalServerUsers=tsusers TerminalServerAdmins=tsadmins -# When AlwaysGroupCheck = false access will be permitted +# When AlwaysGroupCheck = false access will be permitted # if the group TerminalServerUsers is not defined. AlwaysGroupCheck = false @@ -52,7 +52,7 @@ param7=96 param1=-config param2=xrdp/xorg.conf param3=-logfile -param4=/dev/nul +param4=/dev/null param5=-noreset param6=-ac param7=-nolisten |