Re: [tor-dev] [PATCH] remove test for remote SOCKS Port at config validation

2014-07-07 Thread Martin Kepplinger
Am 2014-06-28 15:00, schrieb Martin Kepplinger: > (why doesn't git send-email work for this list?) > > this is UNTESTED and for now, more of a question if this may suffice to > close ticket 4019: > Any advice or objections on this? I just waited a week or so and asking doesn't cost anything. tha

[tor-dev] [PATCH] remove test for remote SOCKS Port at config validation

2014-06-28 Thread Martin Kepplinger
(why doesn't git send-email work for this list?) this is UNTESTED and for now, more of a question if this may suffice to close ticket 4019: -- Martin Kepplinger http://martinkepplinger.com >From 8fe174008e162bff7eb5a15e5f34cc6731e852dd Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sat,

[tor-dev] [PATCH] remove test for remote SOCKS Port at config validation

2014-06-28 Thread Martin Kepplinger
remove the check for a non-local SOCKS Port in the config by removing the flag when calling parse_port_config() for it. this should only prevent parse_port_config() from writing a warning that is written when the listener is opened anyways, according to https://trac.torproject.org/projects/tor/tic