
$FreeBSD: ports/net/gabber/files/patch-an,v 1.3 2002/07/19 15:24:04 sobomax Exp $

--- src/TCPTransmitter.cc.orig	Mon Feb 18 00:29:51 2002
+++ src/TCPTransmitter.cc	Fri Jul 19 16:43:01 2002
@@ -48,6 +48,8 @@
 #include <fcntl.h>
 #include <glib.h>
 
+#define TRANSMITTER_DEBUG
+
 using namespace std;
 
 #ifdef HAVE_GETHOSTBYNAME_R_GLIB_MUTEX
@@ -1338,7 +1340,7 @@
      }
 }
 
-void TCPTransmitter::setProxy(const string &ptype, const string &host, guint port, const string &user, const string &password, bool tryOther = true)
+void TCPTransmitter::setProxy(const string &ptype, const string &host, guint port, const string &user, const string &password, bool tryOther)
 {
      if (_state != Offline)
      {
