Navigation


Changes in / [1305:84a3c9c4b834:1307:7a2ab0087788] in freeDiameter


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_msg_dumps/dbg_msg_dumps.c

    r1305 r1307  
    9393                if (msg) {
    9494                        DiamId_t id = NULL;
    95                         if (!fd_msg_source_get( msg, &id, NULL ))
     95                        if (fd_msg_source_get( msg, &id, NULL ))
    9696                                id = (DiamId_t)"<error getting source>";
    9797                        if (!id)
     
    191191                if (msg) {
    192192                        DiamId_t id = NULL;
    193                         if (!fd_msg_source_get( msg, &id, NULL ))
     193                        if (fd_msg_source_get( msg, &id, NULL ))
    194194                                id = (DiamId_t)"<error getting source>";
    195195                        if (!id)
     
    276276                if (msg) {
    277277                        DiamId_t id = NULL;
    278                         if (!fd_msg_source_get( msg, &id, NULL ))
     278                        if (fd_msg_source_get( msg, &id, NULL ))
    279279                                id = (DiamId_t)"<error getting source>";
    280280                        if (!id)
  • libfdcore/hooks.c

    r1305 r1307  
    365365                                if (msg) {
    366366                                        DiamId_t id = NULL;
    367                                         if (!fd_msg_source_get( msg, &id, NULL ))
     367                                        if (fd_msg_source_get( msg, &id, NULL ))
    368368                                                id = (DiamId_t)"<error getting source>";
    369369                                       
Note: See TracChangeset for help on using the changeset viewer.