From 6cef2f12591f5384f92457aa8cc49e153348d07b Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 5 Sep 2004 07:37:40 +0000 Subject: [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-71] remove redundant 'auth_complete' member remove the redundant 'auth_complete' field and just use 'authenticated' for both client and server mode. this makes the repr() string look correct in server mode instead of always claiming that the transport is un-auth'd. --- paramiko/auth_transport.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paramiko/auth_transport.py b/paramiko/auth_transport.py index c1919cd3..958cd408 100644 --- a/paramiko/auth_transport.py +++ b/paramiko/auth_transport.py @@ -55,7 +55,6 @@ class Transport (BaseTransport): # for server mode: self.auth_username = None self.auth_fail_count = 0 - self.auth_complete = 0 def __repr__(self): out = '