Difference for socket/init.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.45 2006/01/09 19:35:13 cavesomething Exp $";   *    "$Id: init.c,v 1.46 2006/01/30 17:00:34 cavesomething Exp $";
  */   */
   
 /*  /*
Line 149
 
Line 149
     ns->outputbuffer.start=0;      ns->outputbuffer.start=0;
     ns->outputbuffer.len=0;      ns->outputbuffer.len=0;
     ns->can_write=1;      ns->can_write=1;
       ns->password_fails = 0;
   
     ns->sent_scroll=0;      ns->sent_scroll=0;
     ns->host=strdup_local(from_ip);      ns->host=strdup_local(from_ip);


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:34