Revert part of my previous commit -- forgot to remove some test code

This commit is contained in:
ron 2009-04-02 14:10:56 +00:00
parent 08fadd08fc
commit cd9098c48b

View file

@ -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