Difference for socket/init.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.13 2001/05/29 04:41:54 mwedel Exp $";   *    "$Id: init.c,v 1.14 2001/06/04 06:41:02 mwedel Exp $";
  */   */
   
 /*  /*
Line 202
 
Line 202
     ns->status = Ns_Add;      ns->status = Ns_Add;
     ns->comment = NULL;      ns->comment = NULL;
     ns->old_mode = 0;      ns->old_mode = 0;
       ns->mapx = 11;
       ns->mapy = 11;
   
     /* 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.13 
line(s) changed
 line(s) added in v.1.14

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