fix a reduce/reduce conflict

location -> error and locopt -> fastcgi -> error both end up with
a optnl that can be reduced to the empty string.
This commit is contained in:
Omar Polo 2023-07-23 19:11:09 +00:00
parent 60f4107da6
commit 3d56cb5336
1 changed files with 0 additions and 1 deletions

View File

@ -501,7 +501,6 @@ fastcgi : FASTCGI '{' optnl fastcgiopts '}'
loc->fcgi = fastcgi_conf($2, NULL);
free($2);
}
| error '}'
;
fastcgiopts : /* empty */