Navigation


Changeset 1052:b3d623f04b6d in freeDiameter for extensions/rt_ignore_dh


Ignore:
Timestamp:
Apr 24, 2013, 1:49:00 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of remaining compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_ignore_dh/rt_ignore_dh.c

    r1043 r1052  
    5656        struct avp *oh_avp = NULL;
    5757        struct avp *pi_avp = NULL;
    58         int match;
    5958        void *ps, *new_oh;
    6059        size_t ps_len, new_oh_len = 0;
     
    6766        while (avp && (!oh_avp || !pi_avp)) {
    6867                struct avp_hdr * ahdr;
     68                int match = 0;
    6969               
    7070                CHECK_FCT(fd_msg_avp_hdr(avp, &ahdr));
     
    7777                        case AC_PROXY_INFO:
    7878                                ps = NULL;
    79                                 match = ps_len = 0;
     79                                ps_len = 0;
    8080                                CHECK_FCT(fd_msg_parse_dict(avp, fd_g_config->cnf_dict, NULL));
    8181                                CHECK_FCT(fd_msg_browse(avp, MSG_BRW_FIRST_CHILD, &child, NULL));
    82                                 int match = 0;
    8382                                while (child && (!match || !ps)) {
    8483                                        struct avp_hdr *chdr;
Note: See TracChangeset for help on using the changeset viewer.