(OPTS): shouldn't this be a STRING instead of foo?

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7111 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-04 20:40:50 +00:00
parent 753a26de03
commit 76ab5ccd3f

View File

@@ -409,8 +409,9 @@ cmd
lreply(0, " SIZE"); lreply(0, " SIZE");
reply(211, "End"); reply(211, "End");
} }
| OPTS SP foo CRLF | OPTS SP STRING CRLF
{ {
free ($3);
reply(501, "Bad options"); reply(501, "Bad options");
} }