Navigation


Changeset 770:27fef2ca2cf6 in freeDiameter for libfdproto


Ignore:
Timestamp:
Oct 30, 2011, 8:33:28 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improved usability of fd_dict_getlistof for vendors and apps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary.c

    r769 r770  
    19691969        new->dict_vendors.data.vendor.vendor_name = NO_VENDOR_NAME;
    19701970        new->dict_vendors.datastr_len = CONSTSTRLEN(NO_VENDOR_NAME);
    1971         new->dict_vendors.list[0].o = NULL; /* overwrite since element is also sentinel for this list. */
     1971        /* new->dict_vendors.list[0].o = NULL; *//* overwrite since element is also sentinel for this list. */
    19721972        new->dict_vendors.dico = new;
    19731973       
     
    19771977        new->dict_applications.data.application.application_name = APPLICATION_0_NAME;
    19781978        new->dict_applications.datastr_len = CONSTSTRLEN(APPLICATION_0_NAME);
    1979         new->dict_applications.list[0].o = NULL; /* overwrite since since element is also sentinel for this list. */
     1979        /* new->dict_applications.list[0].o = NULL; *//* overwrite since since element is also sentinel for this list. */
    19801980        new->dict_applications.dico = new;
    19811981                       
Note: See TracChangeset for help on using the changeset viewer.