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

Diff of /radius/radiusd/exec.c

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

revision 1.54 by gray, Fri Aug 15 13:32:30 2003 UTC revision 1.55 by gray, Sun Sep 28 22:16:50 2003 UTC
# Line 450  filter_xlate(struct obstack *sp, char *f Line 450  filter_xlate(struct obstack *sp, char *f
450          if (fmt[0] == '=') {          if (fmt[0] == '=') {
451                  Datatype type;                  Datatype type;
452                  Datum datum;                  Datum datum;
453                    
454                  if (interpret(fmt+1, radreq, &type, &datum))                  /*FIXME: Should be compiled!*/
455                    if (rewrite_interpret(fmt+1, radreq, &type, &datum))
456                          return NULL;                          return NULL;
457                  if (type != String) {                  if (type != String) {
458                          radlog(L_ERR, "%s: %s",                          radlog(L_ERR, "%s: %s",

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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