From 46e5f50b2498c0d5fe878828d39df2f84625b372 Mon Sep 17 00:00:00 2001 From: batrick Date: Sun, 8 Jun 2008 07:29:31 +0000 Subject: [PATCH] Minor bug fix to new strbuf. --- nselib/strbuf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/strbuf.lua b/nselib/strbuf.lua index 47c0a5252..7b251b02f 100644 --- a/nselib/strbuf.lua +++ b/nselib/strbuf.lua @@ -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)