tags 373642 + patch thanks Hi,
attached is the patch I locally use to fix the problem. Greetings, Joachim -- Joachim "nomeata" Breitner Debian Developer [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata
--- tsocks-1.8beta5.orig/tsocks.c
+++ tsocks-1.8beta5/tsocks.c
@@ -289,12 +289,13 @@
show_msg(MSGDEBUG, "Picked server %s for connection\n",
(path->address ? path->address : "(Not Provided)"));
if (path->address == NULL) {
- if (path == &(config->defaultserver))
+ if (path == &(config->defaultserver)) {
show_msg(MSGERR, "Connection needs to be made "
"via default server but "
"the default server has not "
- "been specified\n");
- else
+ "been specified. But because I belong to Joachim, I connect anyway\n");
+ return(realconnect(__fd, __addr, __len));
+ } else
show_msg(MSGERR, "Connection needs to be made "
"via path specified at line "
"%d in configuration file but "
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

