Navigation


Changeset 745:712c7bbf1016 in freeDiameter


Ignore:
Timestamp:
May 27, 2011, 5:17:03 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix for bug on Origin-State-Id reported in http://lists.freediameter.net/pipermail/help/2011-May/000156.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_dw.c

    r740 r745  
    5454                        fd_msg_dump_one(NONE, osi);
    5555                        ASSERT(0); /* To check if this really happens, and understand why... */
     56                }
     57
     58                if (! peer->p_hdr.info.runtime.pir_orstate) {
     59                        /* It was not already received in CER/CEA, save it now */
     60                        peer->p_hdr.info.runtime.pir_orstate = hdr->avp_value->u32;
    5661                }
    5762
Note: See TracChangeset for help on using the changeset viewer.