Software /
code /
prosody
Diff
util/stanza.lua @ 70:a6c00467a3f8
Fixed typo in variable name
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 03:38:07 +0500 |
parent | 62:9ec0d447cc9e |
child | 90:da468ed49a7b |
line wrap: on
line diff
--- a/util/stanza.lua Tue Oct 07 23:13:30 2008 +0100 +++ b/util/stanza.lua Wed Oct 08 03:38:07 2008 +0500 @@ -124,7 +124,7 @@ end function error_reply(orig, type, condition, message, clone) - local r = reply(orig); + local t = reply(orig); t.attr.type = "error"; -- TODO use clone t:tag("error", {type = type})