Difference for server/swap.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_swap_c =   * static char *rcsid_swap_c =
  *    "$Id: swap.c,v 1.18 2006/05/05 09:26:36 ryo_saeba Exp $";   *    "$Id: swap.c,v 1.19 2006/08/12 19:38:23 qal21 Exp $";
  */   */
   
 /*  /*
Line 152
 
Line 152
   
  LOG(llevDebug,"Resetting map %s.\n",map->path);   LOG(llevDebug,"Resetting map %s.\n",map->path);
         /* Lauwenmark : Here we handle the MAPRESET global event */          /* Lauwenmark : Here we handle the MAPRESET global event */
         execute_global_event(EVENT_MAPRESET, map->path);          execute_global_event(EVENT_MAPRESET, map);
  map = map->next;   map = map->next;
  delete_map(oldmap);   delete_map(oldmap);
  return;   return;


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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