Merge pull request #10500 from jumpserver/dev

v3.3.0
pull/10503/head
Jiangjie.Bai 2023-05-18 19:37:10 +08:00 committed by GitHub
commit 4a56875bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class RDPFileClientProtocolURLMixin:
rdp = token.asset.platform.protocols.filter(name='rdp').first()
if rdp and rdp.setting.get('console'):
rdp_options['administrative session:i:'] = '1'
rdp_options['administrative session:i'] = '1'
# 文件名
name = token.asset.name