Navigation


Changeset 1120:c473581adff2 in freeDiameter for libfdcore/messages.c


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

Cleanup some traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/messages.c

    r1113 r1120  
    318318        struct msg_hdr *hdr;
    319319        DiamId_t diamid;
    320         size_t diamidlen;
    321320       
    322321        /* Save the callback in the message, with the timeout */
     
    326325        if ( (fd_msg_hdr(*pmsg, &hdr) == 0)
    327326         &&  (hdr->msg_flags & CMD_FLAG_REQUEST)
    328          &&  (fd_msg_source_get(*pmsg, &diamid, &diamidlen) == 0)
     327         &&  (fd_msg_source_get(*pmsg, &diamid, NULL) == 0)
    329328         &&  (diamid == NULL)) {
    330329                fd_hook_call(HOOK_MESSAGE_LOCAL, *pmsg, NULL, NULL, fd_msg_pmdl_get(*pmsg));
Note: See TracChangeset for help on using the changeset viewer.