mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Updates scripts to work with the new version of the TN3270 library. Closes #1078.
This commit is contained in:
parent
cdcf73c88b
commit
3186cbf28f
4 changed files with 4 additions and 4 deletions
|
|
@ -316,7 +316,7 @@ local function cics_test( host, port, commands, user, pass )
|
|||
end
|
||||
tn:get_screen_debug(2)
|
||||
|
||||
if tn:find('Sign-off is complete.') then
|
||||
if tn:find('off is complete.') then
|
||||
cics = true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue