[Pkg-privacy-commits] [obfsproxy] 251/353: Fix a search and replace error

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository obfsproxy.

commit 93b86e06f5a47402a6e117aea2ced67d45665f2c
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Mon Mar 3 19:16:22 2014 +0000

    Fix a search and replace error
---
 obfsproxy/network/socks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/obfsproxy/network/socks.py b/obfsproxy/network/socks.py
index f2730db..c19bc67 100644
--- a/obfsproxy/network/socks.py
+++ b/obfsproxy/network/socks.py
@@ -52,7 +52,7 @@ _SOCKS_REP_SUCCEDED = 0x00
 _SOCKS_REP_GENERAL_FAILURE = 0x01
 _SOCKS_REP_CONNECTION_NOT_ALLOWED = 0x02
 _SOCKS_REP_NETWORK_UNREACHABLE = 0x03
-_SOCKS_REP_HOSOCKS_ST_UNREACHABLE = 0x04
+_SOCKS_REP_HOST_UNREACHABLE = 0x04
 _SOCKS_REP_CONNECTION_REFUSED = 0x05
 _SOCKS_REP_TTL_EXPIRED = 0x06
 _SOCKS_REP_COMMAND_NOT_SUPPORTED = 0x07

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git



More information about the Pkg-privacy-commits mailing list