1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 21:59:02 +00:00

Fixed a couple formatting bugs in the smb-* libraries that come up when debugging/verbose is disabled

This commit is contained in:
ron
2010-02-20 15:03:11 +00:00
parent 62155f108f
commit 3a3535e07c
3 changed files with 13 additions and 6 deletions

View File

@@ -418,7 +418,7 @@ local function get_response(check, message, description, minimum_verbosity, mini
return string.format("%s: %s (%s)", check, message, description)
end
else
return ''
return nil
end
end