[tor-commits] [torspec/master] control-spec: refer to a correct	nonterminal in the "grammar"
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon Oct  1 15:24:33 UTC 2012
    
    
  
commit 9b1ca30bc530934d10a9c1bfcbc264639aade8f1
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Oct 1 11:24:15 2012 -0400
    control-spec: refer to a correct nonterminal in the "grammar"
    
    Reported by Richard Clayton via Steven Murdoch.
---
 control-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt
index c5eeb19..8e1cb9d 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -121,7 +121,7 @@
     AsyncReply = *(MidReplyLine / DataReplyLine) EndReplyLine
 
     MidReplyLine = StatusCode "-" ReplyLine
-    DataReplyLine = StatusCode "+" ReplyLine Data
+    DataReplyLine = StatusCode "+" ReplyLine CmdData
     EndReplyLine = StatusCode SP ReplyLine
     ReplyLine = [ReplyText] CRLF
     ReplyText = XXXX
    
    
More information about the tor-commits
mailing list