Navigation


Changeset 987:8d7201a747eb in freeDiameter


Ignore:
Timestamp:
Mar 17, 2013, 8:18:19 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix typo in comment.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/app_redirect.conf.sample

    r972 r987  
    1212## default_redirect_cache_time
    1313# Specify the default value for Redirect-Max-Cache-Time.
    14 # This value can be overwriten for each rule as specified below.
     14# This value can be overwritten for each rule as specified below.
    1515# If this value is not specified, the default is:
    1616#default_redirect_cache_time = 86400;  ## => 1 day
  • libfdproto/dispatch.c

    r740 r987  
    135135               
    136136                case DISP_HOW_AVP_ENUMVAL:
    137                         CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwriten */
     137                        CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwritten */
    138138                        CHECK_FCT( fd_dict_getdict(when->value, &dict) );
    139139                        CHECK_FCT( fd_dict_search(dict, DICT_TYPE, TYPE_OF_ENUMVAL, when->value, &type_enum, EINVAL) );
Note: See TracChangeset for help on using the changeset viewer.