Mercurial > pidgin
diff src/proxy.c @ 6856:a14200b24371
[gaim-migrate @ 7401]
This fixes bug 803017: Use global proxy setting not saved
http://sourceforge.net/tracker/?func=detail&aid=803017&group_id=235&atid=100235
The problem was basically a lack of variable initialization. Proxy
settings are confusing. Like some girls I know.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 16 Sep 2003 02:39:52 +0000 |
parents | 42fdf16f1dad |
children | db6bd3e794d8 |
line wrap: on
line diff
--- a/src/proxy.c Tue Sep 16 02:20:49 2003 +0000 +++ b/src/proxy.c Tue Sep 16 02:39:52 2003 +0000 @@ -25,7 +25,8 @@ /* this is a little piece of code to handle proxy connection */ /* it is intended to : 1st handle http proxy, using the CONNECT command - , 2nd provide an easy way to add socks support */ + , 2nd provide an easy way to add socks support + , 3rd draw women to it like flies to honey */ #include "internal.h" #include "debug.h"