[tor-commits] [gettor/master] Minor correction to #17211

ilv at torproject.org ilv at torproject.org
Tue Nov 3 19:31:31 UTC 2015


commit 540c525cb038ff42684488f4a1b3f4c5078b5b8e
Author: ilv <ilv at users.noreply.github.com>
Date:   Tue Nov 3 16:06:20 2015 -0300

    Minor correction to #17211
---
 gettor/smtp.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gettor/smtp.py b/gettor/smtp.py
index 5476189..3697786 100644
--- a/gettor/smtp.py
+++ b/gettor/smtp.py
@@ -271,7 +271,7 @@ class SMTP(object):
         # search for OS or mirrors request
         # if nothing is found, help by default
         found_request = False
-        words = re.split('\s+', test.strip())
+        words = re.split('\s+', msg.strip())
         for word in words:
             if not found_request:
                 # OS first





More information about the tor-commits mailing list