Software /
code /
prosody
Changeset
70:a6c00467a3f8
Fixed typo in variable name
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 03:38:07 +0500 |
parents | 69:5b664c8fef86 |
children | 71:fbb4ef1da82e |
files | util/stanza.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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})