From d5900cd384f83302db08c8ccfdc77df884bfab60 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 29 Aug 2007 06:08:06 +0000 Subject: [PATCH] fix determining whether a message was encrypted --- src/common/connection_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 476929bd6..bc5d28103 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -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 = ''