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

Diff of /radius/radiusd/radutil.c

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

revision 1.40 by gray, Wed Oct 1 19:52:22 2003 UTC revision 1.41 by gray, Tue Oct 14 07:10:43 2003 UTC
# Line 120  attr_to_str(struct obstack *obp, RADIUS_ Line 120  attr_to_str(struct obstack *obp, RADIUS_
120                          break;                          break;
121                  case '=':                  case '=':
122                          if (pairlist) {                          if (pairlist) {
123                                  pair = install_pair(__FILE__, __LINE__,                                  LOCUS loc;
124                                    loc.file = __FILE__; /*FIXME*/
125                                    loc.line = __LINE__;
126                                    pair = install_pair(&loc,
127                                                      attr->name,                                                      attr->name,
128                                                      OPERATOR_EQUAL,                                                      OPERATOR_EQUAL,
129                                                      defval);                                                      defval);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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