Land #3609 - Fix gettelnet

bug/bundler_fix
sinn3r 2014-09-16 16:27:46 -05:00
commit ffe0eca7fd
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 8 additions and 10 deletions

View File

@ -150,17 +150,15 @@ enbl = nil
unsupported if client.platform !~ /win32|win64/i
if enbl
if enbl or (usr!= nil && pass != nil)
message
insttlntsrv()
enabletlntsrv()
print_status("For cleanup use command: run multi_console_command -rc #{@dest}")
elsif usr!= nil && pass != nil
message
insttlntsrv()
enabletlntsrv()
addrdpusr(usr, pass)
if enbl
insttlntsrv()
enabletlntsrv()
end
if (usr!= nil && pass != nil)
addrdpusr(usr, pass)
end
print_status("For cleanup use command: run multi_console_command -rc #{@dest}")
else