Show
Ignore:
Timestamp:
06/13/08 17:59:04 (6 months ago)
Author:
asterix
Message:

fix number of parameters to session.receives in zeroconf. Fixes #4015

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/zeroconf/connection_handlers_zeroconf.py

    r9648 r9798  
    461461                        # XXX this shouldn't be hardcoded 
    462462                        if isinstance(session, ChatControlSession): 
    463                                 session.received(frm, msgtxt, tim, encrypted, subject, msg) 
     463                                session.received(frm, msgtxt, tim, encrypted, msg) 
    464464                        else: 
    465465                                session.received(msg)