aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-12-16 02:40:29 +0000
committerMatthew Wild <mwild1@gmail.com>2008-12-16 02:40:29 +0000
commit19910bcd283e98429564dfff75847b155e72ed86 (patch)
treea28467886c4edbe0832d6488a7f1fa864a785b48 /util
parent85e074d8b858f72fb7d22079d0d47720e20b40fe (diff)
parent7677430ce2f2b807ed3b193f1afa831f740eb372 (diff)
downloadprosody-19910bcd283e98429564dfff75847b155e72ed86.tar.gz
prosody-19910bcd283e98429564dfff75847b155e72ed86.zip
Merge from waqas
Diffstat (limited to 'util')
-rw-r--r--util/stanza.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stanza.lua b/util/stanza.lua
index dd05ddab..6af7e2b2 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -19,6 +19,7 @@
local t_insert = table.insert;
+local t_concat = table.concat;
local t_remove = table.remove;
local t_concat = table.concat;
local s_format = string.format;