changeset 988:371f899276ed

Merged
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 17 Mar 2013 14:37:44 +0100
parents 46c675a28e40 (current diff) 8d7201a747eb (diff)
children 579298b4c2bc efb4e4ce2a6f
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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:
"Welcome to our mercurial repository"