Changeset 3699

Show
Ignore:
Timestamp:
07/07/07 02:22:06 (1 year ago)
Author:
timothy
Message:

Fixes a crash if there is no content for the login.

Files:

Legend:

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

    r3698 r3699  
    365365 
    366366        http_req_t *req = [[arguments objectForKey:JVWebInterfaceRequest] pointerValue]; 
    367         if( ! req ) return; 
     367        if( ! req || ! req->content ) return; 
    368368 
    369369        NSString *identifier = [arguments objectForKey:JVWebInterfaceClientIdentifier];