changeset 694:c1112825ba17

All prots now have 1h absolute max duration by default.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Oct 2007 02:59:34 +0000
parents f1c49ef6ee68
children eccaff8ad60f
files ggrtf-ptracker.tf
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-ptracker.tf	Sat Oct 06 01:44:14 2007 +0000
+++ b/ggrtf-ptracker.tf	Sat Oct 06 02:59:34 2007 +0000
@@ -60,7 +60,7 @@
 	/if (opt_m > 0)\
 		/set pprot_%{opt_i}_m=%{opt_m}%;\
 	/else \
-		/set pprot_%{opt_i}_m=0%;\
+		/set pprot_%{opt_i}_m=3600%;\
 	/endif
 
 
@@ -87,7 +87,6 @@
 	/done
 
 /def -i gpprots_clear =\
-	/set lst_pactive=%;\
 	/while ({#})\
 		/gpprots_clear_member %{1} %{lst_pprots}%;\
 		/shift%;\