From 5cb45d57855d08adbc5510fcdaca76cc41a948c8 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 28 Jan 2014 16:44:32 +0100 Subject: [PATCH] Fix commit e75842b0 (typo) --- lg-proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lg-proxy.py b/lg-proxy.py index 3b47e0f..b40f048 100644 --- a/lg-proxy.py +++ b/lg-proxy.py @@ -73,7 +73,7 @@ def traceroute(): if sys.platform.startswith('freebsd') or sys.platform.startswith('netbsd'): options = [ '-a', '-q1', '-w1', '-m15' ] - if sys.platform.startswith('openbsd'): + elif sys.platform.startswith('openbsd'): options = [ '-A', '-q1', '-w1', '-m15' ] else: # For Linux options = [ '-A', '-q1', '-N32', '-w1', '-m15' ]