Преглед на файлове

fixed check for min-se (which has to be smaller or equal)

Nils Ohlmeier преди 17 години
родител
ревизия
83c22ad8ce
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      etc/ser-oob.cfg

+ 1 - 1
etc/ser-oob.cfg

@@ -1116,7 +1116,7 @@ route[SESSION_TIMER]
 		eval_oper("(int)", -1);
 		eval_push("x:%@cfg_get.session_timer.min_se");
 		eval_oper("(int)", -1);
-		eval_oper(">", -2);
+		eval_oper(">=", -2);
 
 		# lets check for the Suported header
 		if (hf_value_exists("Supported", "timer")) {