fix determining whether a message was encrypted

This commit is contained in:
Brendan Taylor 2007-08-29 06:08:06 +00:00
parent b44b905787
commit d5900cd384
1 changed files with 0 additions and 1 deletions

View File

@ -1531,7 +1531,6 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
if not no_log_for:
no_log_for = ''
no_log_for = no_log_for.split()
encrypted = False
chatstate = None
encTag = msg.getTag('x', namespace = common.xmpp.NS_ENCRYPTED)
decmsg = ''