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

Diff of /radius/lib/radpdu.c

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

revision 1.15 by gray, Tue Sep 30 15:24:52 2003 UTC revision 1.16 by gray, Tue Oct 14 13:48:37 2003 UTC
# Line 221  rad_create_pdu(void **rptr, int code, in Line 221  rad_create_pdu(void **rptr, int code, in
221                  if (debug_on(10)) {                  if (debug_on(10)) {
222                          char *save;                          char *save;
223                          radlog(L_DEBUG,                          radlog(L_DEBUG,
224                                 "send: %s", format_pair(pair, &save));                                 "send: %s", format_pair(pair, 1, &save));
225                          free(save);                          free(save);
226                  }                  }
227    
# Line 334  rad_decode_pair(UINT4 attrno, char *ptr, Line 334  rad_decode_pair(UINT4 attrno, char *ptr,
334                  if (debug_on(10)) {                  if (debug_on(10)) {
335                          char *save;                          char *save;
336                          radlog(L_DEBUG, "recv: %s",                          radlog(L_DEBUG, "recv: %s",
337                                 format_pair(pair, &save));                                 format_pair(pair, 1, &save));
338                          free(save);                          free(save);
339                  }                  }
340    
# Line 349  rad_decode_pair(UINT4 attrno, char *ptr, Line 349  rad_decode_pair(UINT4 attrno, char *ptr,
349                          char *save;                          char *save;
350                          radlog(L_DEBUG,                          radlog(L_DEBUG,
351                                 "recv: %s",                                 "recv: %s",
352                                 format_pair(pair, &save));                                 format_pair(pair, 1, &save));
353                          free(save);                          free(save);
354                  }                  }
355                  break;                  break;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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