the forums at degreez.net

It is currently Thu Mar 28, 2024 11:27 am

All times are UTC - 7 hours [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Sat Jan 15, 2005 4:18 pm 
Offline

Joined: Sat Oct 30, 2004 8:05 pm
Posts: 49
Looking at SocketHandler.py, if shutdown() is called without binding to a port, it'll throw an exception because self.servers hasn't been initialized yet, since it's only initialized in Bind().

Including:
Code:
self.servers = {}

in _init_ would solve the problem.

(everything else that's referenced in shutdown is already in _init_, so why not self.servers?)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 34 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group