[tor-commits] [torspec/master] Fixed EndLine for CONF_CHANGED event.
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed Aug 10 19:07:26 UTC 2011
    
    
  
commit 74f21a8ef88c321b2e1146dee2bae1bb9548945f
Author: Kamran Riaz Khan <krkhan at inspirated.com>
Date:   Tue Aug 9 18:54:10 2011 +0500
    Fixed EndLine for CONF_CHANGED event.
---
 control-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt
index 4e42449..0b1649b 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1900,7 +1900,7 @@
 
      StartReplyLine = "650-CONF_CHANGED" CRLF
      MidReplyLine = "650-" KEYWORD ["=" VALUE] CRLF
-     EndReplyLine = "650-OK"
+     EndReplyLine = "650 OK"
 
   Tor configuration options have changed (such as via a SETCONF or RELOAD
   signal). KEYWORD and VALUE specify the configuration option that was changed.
    
    
More information about the tor-commits
mailing list