diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-26 13:34:48 -0600 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-17 00:34:03 -0500 |
commit | ffcc4ab362d42e0d577f31d4df8a8378b8c51412 (patch) | |
tree | e5b0ce28827e1d769ce109ddfb41ab54f937c20b /sesman/env.c | |
parent | 1978692fae7482480c4b918fa09210735bb96017 (diff) | |
download | xrdp-proprietary-ffcc4ab362d42e0d577f31d4df8a8378b8c51412.tar.gz xrdp-proprietary-ffcc4ab362d42e0d577f31d4df8a8378b8c51412.zip |
Fix non-root-user display server startup failure
Transfer and clean up Kerberos ticket on login and logout
Remove spurious debugging messages
Diffstat (limited to 'sesman/env.c')
-rw-r--r-- | sesman/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/env.c b/sesman/env.c index 39e020fd..5bb63733 100644 --- a/sesman/env.c +++ b/sesman/env.c @@ -113,7 +113,7 @@ env_set_user(char *username, char *passwd_file, int display, if (error == 0) { uid = pw_uid; - error = g_setuid(uid); +// error = g_setuid(uid); } g_mk_temp_dir(0); |