summaryrefslogtreecommitdiff
path: root/net-im/kf/files/patch-src-connection.c
blob: 5ad1edb6547a21e48ccb3c3f5bf7c9882dc73ca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;