소스 검색

- 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;