Navigation


Changeset 1202:40330b75c044 in freeDiameter for libfdcore


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

Remove unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/hooks.c

    r1194 r1202  
    370370                       
    371371                        case HOOK_MESSAGE_ROUTING_ERROR: {
    372                                 DiamId_t id = NULL;
    373                                 if (!fd_msg_source_get( msg, &id, NULL ))
    374                                         id = (DiamId_t)"<error getting source>";
    375 
    376                                 if (!id)
    377                                         id = (DiamId_t)"<local>";
    378 
    379372                                CHECK_MALLOC_DO(fd_msg_dump_treeview(&buf, &len, NULL, msg, NULL, 0, 1), break);
    380 
    381373                                LOG_E("Routing error: '%s' for the following message:", (char *)other);
    382374                                LOG_SPLIT(FD_LOG_ERROR, "   ", buf?:"<error dumping message>", NULL);
Note: See TracChangeset for help on using the changeset viewer.