Commit Diff


commit - e63bf1fbae3e21f5082b094c27929e111be5073d
commit + 9693abfe1f13a7ab02a82a47cc16be77bca2d98e
blob - b962982a479b2f95d22ec1bea62cfd0c31f972ba
blob + b80a8ff10bf11348a0d3e19e4cccafe022007ea9
--- parse.y
+++ parse.y
@@ -273,9 +273,9 @@ listen		: LISTEN { listener = listen_new(); }
 				yyerror("missing auth table");
 			if (!(listener->flags & L_TLS))
 				yyerror("can't define a non-tls listener");
-
 			listener = NULL;
-		};
+		}
+		;
 
 listen_opts	: listen_opt
 		| listen_opt listen_opts