Show
Ignore:
Timestamp:
05/10/08 16:23:55 (7 months ago)
Author:
js
Message:

Fix a backtrace. session isn't always defined here. Fixed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection_handlers.py

    r9602 r9605  
    15101510                        session = self.get_session(frm, thread_id, mtype) 
    15111511 
    1512                 if thread_id and not session.received_thread_id: 
    1513                         session.received_thread_id = True 
     1512                        if thread_id and not session.received_thread_id: 
     1513                                session.received_thread_id = True 
    15141514 
    15151515                # check if the message is pubsub#event