# HG changeset patch # User Sebastien Decugis # Date 1363527464 -3600 # Node ID 371f899276ed15d796ae324a88421109c847922b # Parent 46c675a28e405da37881a6d94032cd6a46f1fb01# Parent 8d7201a747eb69adc18ee81e6bb7ac25bcc4e800 Merged diff -r 46c675a28e40 -r 371f899276ed doc/app_redirect.conf.sample --- a/doc/app_redirect.conf.sample Sun Mar 17 14:36:26 2013 +0100 +++ b/doc/app_redirect.conf.sample Sun Mar 17 14:37:44 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 46c675a28e40 -r 371f899276ed libfdproto/dispatch.c --- a/libfdproto/dispatch.c Sun Mar 17 14:36:26 2013 +0100 +++ b/libfdproto/dispatch.c Sun Mar 17 14:37:44 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: