diff options
author | jsorg71 <jay.sorg@gmail.com> | 2013-08-16 12:13:52 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2013-08-16 12:13:52 -0700 |
commit | b8388a65a2d561c23cc08613d1c4d7cf5dbb96d0 (patch) | |
tree | 6d606a46f9d52dd7945b88566818704e226e013a /common/xrdp_client_info.h | |
parent | 759d508635a742690aebcf07d4d9dfa2c08beda9 (diff) | |
parent | fa40106a697611a35b57459c9403cc440a0cc865 (diff) | |
download | xrdp-proprietary-b8388a65a2d561c23cc08613d1c4d7cf5dbb96d0.tar.gz xrdp-proprietary-b8388a65a2d561c23cc08613d1c4d7cf5dbb96d0.zip |
Merge pull request #90 from neutrinolabs/master
xorg driver, smart card, etc
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r-- | common/xrdp_client_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index aefc7119..43ff3f82 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -92,6 +92,7 @@ struct xrdp_client_info int use_bulk_comp; int pointer_flags; /* 0 color, 1 new, 2 no new */ int use_fast_path; + int require_credentials; /* when true, credentials *must* be passed on cmd line */ }; #endif |