Changeset 662 for trunk/sx/sx.c

Show
Ignore:
Timestamp:
10/08/08 12:44:06 (5 months ago)
Author:
smoku
Message:

Implemented My IP Address extension

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sx/sx.c

    r545 r662  
    100100    if(s->auth_method != NULL) free(s->auth_method); 
    101101    if(s->auth_id != NULL) free(s->auth_id); 
    102      
     102 
    103103    if(s->env != NULL) { 
    104104        _sx_debug(ZONE, "freeing %d env plugins", s->env->nplugins); 
     
    158158    temp.cb_arg = s->cb_arg; 
    159159 
     160    temp.ip = s->ip; 
    160161    temp.flags = s->flags; 
    161162    temp.reentry = s->reentry; 
     
    185186 
    186187    s->env = temp.env; 
     188    s->ip = temp.ip; 
    187189    s->flags = temp.flags; 
    188190    s->reentry = temp.reentry; 
     
    250252{ 
    251253    char *new_heap; 
    252      
     254 
    253255    assert( before >= 0 ); 
    254256    assert( after >= 0 );