/[radius]/radius/radiusd/rewrite.y
ViewVC logotype

Diff of /radius/radiusd/rewrite.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74 by gray, Sun Nov 23 19:08:43 2003 UTC revision 1.75 by gray, Mon Nov 24 15:21:31 2003 UTC
# Line 5800  rewrite_before_config_hook(void *a ARG_U Line 5800  rewrite_before_config_hook(void *a ARG_U
5800  {  {
5801          list_destroy(&source_candidate_list, free_path, NULL);          list_destroy(&source_candidate_list, free_path, NULL);
5802          source_candidate_list = list_create();          source_candidate_list = list_create();
5803            code_init();
5804  }  }
5805    
5806  static int  static int
# Line 5833  void Line 5834  void
5834  rewrite_init()  rewrite_init()
5835  {  {
5836          rewrite_tab = symtab_create(sizeof(FUNCTION), function_free);          rewrite_tab = symtab_create(sizeof(FUNCTION), function_free);
         code_init();  
5837          radiusd_set_preconfig_hook(rewrite_before_config_hook, NULL, 0);          radiusd_set_preconfig_hook(rewrite_before_config_hook, NULL, 0);
5838  }  }
5839    

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26