Navigation


Changeset 403:26aafbbc1640 in freeDiameter for libfreeDiameter/sessions.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
  • libfreeDiameter/sessions.c

    r340 r403  
    297297                        for (li_st = sess->states.next; li_st != &sess->states; li_st = li_st->next) {
    298298                                struct state * st = (struct state *)(li_st->o);
    299                                 char * sid_cpy;
    300299                                /* The list is ordered */
    301300                                if (st->hdl->id < del->id)
     
    334333        char * sid = NULL;
    335334        size_t sidlen;
    336         uint32_t hash;
    337335        struct session * sess;
    338336        struct fd_list * li;
Note: See TracChangeset for help on using the changeset viewer.