Difference for server/init.c from version 1.74 to 1.75


version 1.74 version 1.75
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.74 2006/03/07 18:46:26 cavesomething Exp $";   *   "$Id: init.c,v 1.75 2006/03/14 17:12:28 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 317
 
Line 317
      mt->value = value;       mt->value = value;
  }   }
     }      }
       if (mt->next)
       {
           free(mt->next);
     mt->next = NULL;      mt->next = NULL;
       }
     LOG(llevDebug, "Done.\n");      LOG(llevDebug, "Done.\n");
     fclose(fp);      fclose(fp);
 }  }


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:33