diff options
Diffstat (limited to 'src/leap/base/connection.py')
| -rw-r--r-- | src/leap/base/connection.py | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/src/leap/base/connection.py b/src/leap/base/connection.py index e478538d..41d13935 100644 --- a/src/leap/base/connection.py +++ b/src/leap/base/connection.py @@ -37,11 +37,11 @@ class Connection(Authentication):          """          pass -    def shutdown(self): -        """ -        shutdown and quit -        """ -        self.desired_con_state = self.status.DISCONNECTED +    #def shutdown(self): +        #""" +        #shutdown and quit +        #""" +        #self.desired_con_state = self.status.DISCONNECTED      def connection_state(self):          """  | 
