Changeset 3858

Show
Ignore:
Timestamp:
03/02/06 19:10:29 (3 years ago)
Author:
morris
Message:

Clean

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/server.c

    r3850 r3858  
    288288                        pool = wi_pool_init(wi_pool_alloc()); 
    289289                 
    290                 ip = NULL; 
    291  
    292290                /* accept new client */ 
    293291                socket = wi_socket_accept_multiple(wd_control_sockets, wd_control_socket_context, 30.0, &address); 
     
    344342                        pool = wi_pool_init(wi_pool_alloc()); 
    345343                 
    346                 ip                      = NULL; 
    347                 transfer        = NULL; 
    348                 string          = NULL; 
    349                 command         = NULL; 
    350                 arguments       = NULL; 
    351  
    352344                /* accept new connection */ 
    353345                socket = wi_socket_accept_multiple(wd_transfer_sockets, wd_transfer_socket_context, 30.0, &address);