Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_acct/app_acct.c


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/app_acct.c

    r286 r403  
    4848static int acct_cb( struct msg ** msg, struct avp * avp, struct session * sess, enum disp_action * act)
    4949{
    50         struct msg_hdr *hdr = NULL;
    5150        struct msg * m;
    5251        struct avp * a = NULL;
    5352        struct avp_hdr * art=NULL, *arn=NULL; /* We keep a pointer on the Accounting-Record-{Type, Number} AVPs from the query */
    54         char * s;
    5553        struct acct_record_list rl;
    5654       
Note: See TracChangeset for help on using the changeset viewer.