Correct bug from cssp security layer

This commit is contained in:
speyrefitte
2015-03-13 10:17:13 +01:00
parent 20de5f6f82
commit bd362263f7
5 changed files with 15 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ if __name__ == '__main__':
clientSecurity = rdp.SecurityLevel.RDP_LEVEL_SSL
try:
opts, args = getopt.getopt(sys.argv[1:], "hl:k:c:o:r")
opts, args = getopt.getopt(sys.argv[1:], "hl:k:c:o:rn")
except getopt.GetoptError:
help()
for opt, arg in opts: