1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

fixed bad escape sequences

This commit is contained in:
batrick
2012-04-02 08:13:54 +00:00
parent e86d713be2
commit fd80c2d0a6
19 changed files with 64 additions and 64 deletions

View File

@@ -118,7 +118,7 @@ svn =
return false, "error"
end
challenge = msg:match("\<.+\>")
challenge = msg:match("<.+>")
if ( not(challenge) ) then
return false, "Failed to read challenge"