Move a misplaced parenthesis

This commit is contained in:
Robert Ransom 2011-04-19 17:16:02 -07:00
parent 9a7bc15df3
commit 49b179585a

View File

@ -863,7 +863,7 @@
InfoLine = AuthLine / VersionLine / OtherLine
AuthLine = "250-AUTH" SP "METHODS=" AuthMethod *(",")AuthMethod
AuthLine = "250-AUTH" SP "METHODS=" AuthMethod *("," AuthMethod)
*(SP "COOKIEFILE=" AuthCookieFile) CRLF
VersionLine = "250-VERSION" SP "Tor=" TorVersion [SP Arguments] CRLF