Changeset 3677

Show
Ignore:
Timestamp:
07/02/07 01:47:31 (1 year ago)
Author:
timothy
Message:

More secure.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plug-Ins/Web Interface/JVWebInterfacePlugin.m

    r3668 r3677  
    377377        NSMutableDictionary *info = [NSMutableDictionary dictionary]; 
    378378        NSString *identifier = [arguments objectForKey:JVWebInterfaceClientIdentifier]; 
     379        if( ! identifier ) return; 
    379380 
    380381        NSXMLDocument *doc = [NSXMLDocument documentWithRootElement:[NSXMLElement elementWithName:@"queue"]]; 
     
    479480        if( ! resp ) return; 
    480481 
     482        NSString *identifier = [arguments objectForKey:JVWebInterfaceClientIdentifier]; 
     483        if( ! identifier ) return; 
     484 
    481485        JVDirectChatPanel *panel = [self panelForIdentifier:[arguments objectForKey:@"panel"]]; 
    482486