Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/commands.py')
-rw-r--r--src/common/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/commands.py b/src/common/commands.py
index d5eaca562..1c012290d 100644
--- a/src/common/commands.py
+++ b/src/common/commands.py
@@ -71,7 +71,7 @@ class AdHocCommand:
' bad-request'))
def cancel(self, request):
- response = self.buildResponse(request, status = 'canceled')[0]
+ response, cmd = self.buildResponse(request, status = 'canceled')
self.connection.connection.send(response)
return False # finish the session