[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Minor correction to #17211
commit 540c525cb038ff42684488f4a1b3f4c5078b5b8e
Author: ilv <ilv@xxxxxxxxxxxxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits