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

Diff of /radius/radiusd/checkrad.c

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

revision 1.29 by gray, Wed Nov 26 21:06:55 2003 UTC revision 1.30 by gray, Thu Nov 27 12:22:18 2003 UTC
# Line 111  int Line 111  int
111  compare(struct check_instance *checkp, char *str)  compare(struct check_instance *checkp, char *str)
112  {  {
113          UINT4 result;          UINT4 result;
114          /* FIXME: what to do if invoke fails? */  
115          rewrite_invoke(Integer, &result,          if (rewrite_invoke(Integer, &result,
116                         checkp->func, NULL,                             checkp->func, NULL,
117                         "ssis",                             "ssis",
118                         str,                             str,
119                         checkp->name,                             checkp->name,
120                         checkp->port,                             checkp->port,
121                         checkp->sid);                             checkp->sid))
122                    return -1;
123          return result;          return result;
124  }  }
125    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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