Changeset 495

Show
Ignore:
Timestamp:
05/27/08 12:32:11 (8 months ago)
Author:
mgoldman
Message:

added a stub and a bug-fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/trunk-pmd-intproto/server/master.py

    r493 r495  
    270270                                        ### disrupted 
    271271                                        res = self.filtermsgs(storage.getallmsgs(), val.body) 
     272                                elif val.msg == "client status": 
     273                                        ''' FIXME: Jeremy add the code to handle the message 
     274                                           you added to mgmt/manager.py here.  ''' 
     275                                        pass 
    272276                                else: 
    273277                                        res = self.comm(ret2, val, (mgr, info)) 
     
    348352                        tlist = targetexpand(target) 
    349353                        for t in tlist: 
    350                                 self.clients.send_key(func((mgr, info), deepcopy(msg), t), t) 
     354                                self.clients.send_key(func((mgr, info), deepcopy(msg)), t) 
    351355                        res = [] 
    352356                        for t in tlist: