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