From 22357d42676f2357a3a5df4ef19746f3b566bf82 Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Wed, 15 Oct 2014 11:06:00 +0200 Subject: [PATCH] correct an amazing bug... --- rdpy/protocol/rdp/x224.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdpy/protocol/rdp/x224.py b/rdpy/protocol/rdp/x224.py index aeed055..4d55630 100644 --- a/rdpy/protocol/rdp/x224.py +++ b/rdpy/protocol/rdp/x224.py @@ -162,7 +162,7 @@ class Client(X224Layer): def __init__(self, presentation): """ @param presentation: upper layer, MCS layer in RDP case - """testName + """ X224Layer.__init__(self, presentation) def connect(self):