From b833bd3cb7ec38044628cfb8a8a229642133a69e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 22 Nov 2007 13:55:50 +0000 Subject: [PATCH] typo --- src/common/connection_handlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index e40c804b1..d5a6fa4ff 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -2132,8 +2132,8 @@ returns the session that we last sent a message to.''' msg = self.continue_connect_info[1] signe_msg = self.continue_connect_info[2] signed = '' - if signed_msg: - signed = self.get_signed_msg(signe_msg, self._send_first_presence) + if signe_msg: + signed = self.get_signed_msg(msg, self._send_first_presence) if signed is None: self.dispatch('GPG_PASSWORD_REQUIRED', (self._send_first_presence,))