/[radius]/radius/lib/nas.c
ViewVC logotype

Diff of /radius/lib/nas.c

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

revision 1.7 by gray, Tue Jun 3 14:17:27 2003 UTC revision 1.8 by gray, Tue Oct 14 07:10:42 2003 UTC
# Line 49  nas_free_list(NAS *list) Line 49  nas_free_list(NAS *list)
49   */   */
50  /*ARGSUSED*/  /*ARGSUSED*/
51  int  int
52  read_naslist_entry(void *unused, int fc, char **fv, char *file,  read_naslist_entry(void *unused ARG_UNUSED, int fc, char **fv, LOCUS *loc)
                    int lineno)  
53  {  {
54          NAS nas, *nasp;          NAS nas, *nasp;
55    
56          if (fc < 2) {          if (fc < 2) {
57                  radlog(L_ERR, "%s:%d: %s", file, lineno, _("too few fields"));                  radlog_loc(L_ERR, loc, "%s", _("too few fields"));
58                  return -1;                  return -1;
59          }          }
60    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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