/[radius]/radius/radiusd/scheme.c
ViewVC logotype

Diff of /radius/radiusd/scheme.c

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

revision 1.45 by gray, Fri Oct 17 10:41:34 2003 UTC revision 1.46 by gray, Sat Nov 1 22:47:46 2003 UTC
# Line 106  scheme_auth(char *procname, RADIUS_REQ * Line 106  scheme_auth(char *procname, RADIUS_REQ *
106          SCM res;          SCM res;
107          SCM procsym;          SCM procsym;
108          jmp_buf jmp_env;          jmp_buf jmp_env;
109          VALUE_PAIR *tmp = radius_decrypt_request_pairs(req);          VALUE_PAIR *tmp = radius_decrypt_request_pairs(req,
110                                                           avl_dup(req->request));
111                    
112          s_request = radscm_avl_to_list(tmp);          s_request = radscm_avl_to_list(tmp);
113          radius_destroy_pairs(&tmp);          radius_destroy_pairs(&tmp);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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