mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Revert part of my previous commit -- forgot to remove some test code
This commit is contained in:
parent
08fadd08fc
commit
cd9098c48b
1 changed files with 0 additions and 5 deletions
|
|
@ -1109,11 +1109,6 @@ function negotiate_protocol(smb)
|
|||
end
|
||||
end
|
||||
|
||||
-- Attempt to fix a bug where an empty server challenges causes an error
|
||||
if(smb['server_challenge'] == "") then
|
||||
smb['server_challenge'] = "AAAAAAAA"
|
||||
end
|
||||
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue