Mercurial > pidgin
diff src/proxy.c @ 2229:b5ad79ad917b
[gaim-migrate @ 2239]
this is so simple it's brilliant
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 07 Sep 2001 07:28:31 +0000 |
| parents | 39b4413ce4b3 |
| children | 0844f0bdf119 |
line wrap: on
line diff
--- a/src/proxy.c Thu Sep 06 22:08:39 2001 +0000 +++ b/src/proxy.c Fri Sep 07 07:28:31 2001 +0000 @@ -40,7 +40,7 @@ #include "proxy.h" #define GAIM_READ_COND (G_IO_IN | G_IO_HUP | G_IO_ERR) -#define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR) +#define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL) char proxyhost[128] = { 0 }; int proxyport = 0;
