mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Minor bug fix to new strbuf.
This commit is contained in:
@@ -46,6 +46,7 @@ function concatbuf(sbuf, s)
|
||||
else
|
||||
error("bad #2 operand to strbuf concat operation", 2);
|
||||
end
|
||||
return sbuf;
|
||||
end
|
||||
|
||||
function eqbuf(sbuf1, sbuf2)
|
||||
|
||||
Reference in New Issue
Block a user