# HG changeset patch # User Thomas Klausner # Date 1363519099 -3600 # Node ID 8d7201a747eb69adc18ee81e6bb7ac25bcc4e800 # Parent 98f43c0ddfa42697aba4c5c19ffd6e2522cd317e Fix typo in comment. diff -r 98f43c0ddfa4 -r 8d7201a747eb doc/app_redirect.conf.sample --- a/doc/app_redirect.conf.sample Sat Mar 16 16:23:44 2013 +0100 +++ b/doc/app_redirect.conf.sample Sun Mar 17 12:18:19 2013 +0100 @@ -11,7 +11,7 @@ ## default_redirect_cache_time # Specify the default value for Redirect-Max-Cache-Time. -# This value can be overwriten for each rule as specified below. +# This value can be overwritten for each rule as specified below. # If this value is not specified, the default is: #default_redirect_cache_time = 86400; ## => 1 day diff -r 98f43c0ddfa4 -r 8d7201a747eb libfdproto/dispatch.c --- a/libfdproto/dispatch.c Sat Mar 16 16:23:44 2013 +0100 +++ b/libfdproto/dispatch.c Sun Mar 17 12:18:19 2013 +0100 @@ -134,7 +134,7 @@ break; case DISP_HOW_AVP_ENUMVAL: - CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwriten */ + CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwritten */ CHECK_FCT( fd_dict_getdict(when->value, &dict) ); CHECK_FCT( fd_dict_search(dict, DICT_TYPE, TYPE_OF_ENUMVAL, when->value, &type_enum, EINVAL) ); case DISP_HOW_AVP: