From 4ff34b58e596017c543fb86333587bf190bee47e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 7 Sep 2007 15:34:36 +0000 Subject: [PATCH] ad-hoc commands: update sessionid each time we get a reply in case it has changed --- src/adhoc_commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/adhoc_commands.py b/src/adhoc_commands.py index ecee22521..c2c2282aa 100644 --- a/src/adhoc_commands.py +++ b/src/adhoc_commands.py @@ -286,8 +286,7 @@ class CommandWindow: self.remove_pulsing() self.sending_form_progressbar.hide() - if not self.sessionid: - self.sessionid = command.getAttr('sessionid') + self.sessionid = command.getAttr('sessionid') self.form_status = command.getAttr('status')