Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/test_app/ta_cli.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/test_app/ta_cli.c

    r258 r403  
    168168                CHECK_FCT_DO( fd_sess_getsid ( sess, &sid ), goto out );
    169169                CHECK_FCT_DO( fd_msg_avp_new ( ta_sess_id, 0, &avp ), goto out );
    170                 val.os.data = sid;
     170                val.os.data = (uint8_t *)sid;
    171171                val.os.len  = strlen(sid);
    172172                CHECK_FCT_DO( fd_msg_avp_setvalue( avp, &val ), goto out );
Note: See TracChangeset for help on using the changeset viewer.