We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba83a4 commit 9d6188eCopy full SHA for 9d6188e
1 file changed
nxc/modules/mremoteng.py
@@ -72,7 +72,7 @@ def on_admin_login(self, context, connection):
72
self.connection = connection
73
self.share = connection.args.share
74
75
- host = f"{connection.hostname}.{connection.domain}"
+ host = f"{connection.hostname}.{connection.domain}"
76
domain = connection.domain
77
username = connection.username
78
kerberos = connection.kerberos
0 commit comments