Navigation


Changeset 640:237cf6339546 in freeDiameter for freeDiameter/endpoints.c


Ignore:
Timestamp:
Dec 20, 2010, 7:36:40 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

dbg_interactive almost complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/endpoints.c

    r559 r640  
    5353        CHECK_PARAMS( list && sa && (sl <= sizeof(sSS)) );
    5454       
     55        if (list->next == NULL) {
     56                /* the list is not initialized yet, do it */
     57                fd_list_init(list, NULL);
     58        }
     59       
    5560        if (TRACE_BOOL(ANNOYING + 1)) {
    5661                TRACE_DEBUG(ANNOYING, "  DEBUG:fd_ep_add_merge  Current list:");
Note: See TracChangeset for help on using the changeset viewer.