Difference for socket/init.c from version 1.49 to 1.50


version 1.49 version 1.50
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.49 2006/05/18 05:27:44 mwedel Exp $";   *    "$Id: init.c,v 1.50 2006/05/20 12:36:48 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 125
 
Line 125
     ns->supported_readables = 0;      ns->supported_readables = 0;
     ns->monitor_spells = 0;      ns->monitor_spells = 0;
     ns->tick=0;      ns->tick=0;
       ns->is_bot = 0;
   
     /* we should really do some checking here - if total clients overflows      /* we should really do some checking here - if total clients overflows
      * we need to do something more intelligent, because client id's will start       * we need to do something more intelligent, because client id's will start


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

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