Navigation


Changeset 33:e6fcdf12b9a0 in freeDiameter for freeDiameter/config.c


Ignore:
Timestamp:
Oct 29, 2009, 6:05:45 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a lot of TODOs :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/config.c

    r24 r33  
    9696        } else {
    9797                struct fd_list * li = fd_g_config->cnf_endpoints.next;
    98                 fd_log_debug("  Local endpoints ........ : ");
    99                 while (li != &fd_g_config->cnf_endpoints) {
    100                         struct fd_endpoint * ep = (struct fd_endpoint *)li;
    101                         if (li != fd_g_config->cnf_endpoints.next) fd_log_debug("                             ");
    102                         sSA_DUMP_NODE( &ep->sa, NI_NUMERICHOST );
    103                         fd_log_debug("\n");
    104                         li = li->next;
    105                 }
     98                fd_log_debug("  Local endpoints ........ : \n");
     99                fd_ep_dump( 29, &fd_g_config->cnf_endpoints );
    106100        }
    107101        if (FD_IS_LIST_EMPTY(&fd_g_config->cnf_apps)) {
Note: See TracChangeset for help on using the changeset viewer.