Navigation


Changeset 1084:6b7966ea27fb in freeDiameter for libfdcore/p_out.c


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

Fix a few compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_out.c

    r1078 r1084  
    4545        int ret;
    4646        uint32_t bkp_hbh = 0;
    47         struct msg * cpy_for_logs_only;
    4847       
    4948        TRACE_ENTRY("%p %x %p %p %p", msg, flags, cnx, hbh, srl);
     
    6564        pthread_cleanup_push( free, buf );
    6665       
    67         cpy_for_logs_only = *msg;
     66        // cpy_for_logs_only = *msg;
    6867       
    6968        /* Save a request before sending so that there is no race condition with the answer */
Note: See TracChangeset for help on using the changeset viewer.