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

Diff of /radius/radiusd/stat.c

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

revision 1.38 by gray, Tue Jun 10 08:08:09 2003 UTC revision 1.39 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 400  findportbyindex(int ind) Line 400  findportbyindex(int ind)
400          PORT_STAT *p;          PORT_STAT *p;
401          int i;          int i;
402    
403          if (!server_stat)          if (!server_stat
404                  return;              || ind < 1
405          if (ind < 1 || ind > stat_port_count)              || ind > stat_port_count)
406                  return NULL;                  return NULL;
407          i = 1;          i = 1;
408          FOR_EACH_PORT(p) {          FOR_EACH_PORT(p) {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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