version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
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; |