浏览代码

- fixed problem with "error EQUAL" rule

Vladimir Marek 19 年之前
父节点
当前提交
c39ee044e9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cfg.y

+ 0 - 1
cfg.y

@@ -869,7 +869,6 @@ assign_stm:
 	| MCAST_TTL EQUAL error { yyerror("number expected"); }
 	| TOS EQUAL NUMBER { tos=$3; }
 	| TOS EQUAL error { yyerror("number expected"); }
-	| error EQUAL { yyerror("unknown config variable"); }
 	| STUN_REFRESH_INTERVAL EQUAL NUMBER { 
 		#ifdef USE_STUN
 			stun_refresh_interval=$3;