/[sshproxy]/sshproxy/SSHproxy/server/session.py
ViewVC logotype

Diff of /sshproxy/SSHproxy/server/session.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pyrofes, Fri Sep 23 15:35:45 2005 UTC revision 1.3 by dguerizec, Mon Sep 26 09:14:16 2005 UTC
# Line 30  class ProxyControlInterface(object): Line 30  class ProxyControlInterface(object):
30    
31      def connect(self, sid):      def connect(self, sid):
32          user, site = self.pwdb.get_site(sid)          user, site = self.pwdb.get_site(sid)
33          SSHproxy.db = self.pwdb.db          SSHproxy.db = self.pwdb.db
34          if not user or not site:          if not user or not site:
35              return None              return None
36          hostname = site.ip_address          hostname = site.ip_address

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26