Navigation


Changeset 1153:7a7ec1ad0c44 in freeDiameter for libfdcore


Ignore:
Timestamp:
May 23, 2013, 11:11:35 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Another missing restore of the hop-by-hop ID upon failover situation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_sr.c

    r1127 r1153  
    321321                                hdr->msg_flags |= CMD_FLAG_RETRANSMIT;
    322322                       
     323                        /* Restore the original hop-by-hop id of the request */
     324                        *((uint32_t *)sr->chain.o) = sr->prevhbh;
     325                       
    323326                        fd_hook_call(HOOK_MESSAGE_FAILOVER, sr->req, (struct fd_peer *)srlist->srs.o, NULL, fd_msg_pmdl_get(sr->req));
    324327                       
Note: See TracChangeset for help on using the changeset viewer.