summaryrefslogtreecommitdiff
path: root/net-im/kf/files/patch-src-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/kf/files/patch-src-connection.c')
-rw-r--r--net-im/kf/files/patch-src-connection.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/kf/files/patch-src-connection.c b/net-im/kf/files/patch-src-connection.c
deleted file mode 100644
index 5ad1edb6547a..000000000000
--- a/net-im/kf/files/patch-src-connection.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/connection.c.orig Wed Sep 29 11:16:38 2004
-+++ src/connection.c Wed Oct 20 02:48:18 2004
-@@ -71,8 +71,8 @@
-
- void kf_connection_set_proxy (const gchar *server, gint port,
- const gchar *uname, const gchar *passwd) {
-- foo_debug ("Setting proxy '%s'...", server);
- LmProxy *proxy;
-+ foo_debug ("Setting proxy '%s'...", server);
- if (server) {
- proxy = lm_proxy_new_with_server (LM_PROXY_TYPE_HTTP, server, port);
- if (*uname == '\0') uname = NULL;