Mercurial > pidgin
diff src/proxy.c @ 5580:86456ec3ca25
[gaim-migrate @ 5984]
More nifty stuff! Accounts now get converted, and other niceties.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 31 May 2003 02:27:03 +0000 |
| parents | dfdea22a7153 |
| children | 46d7ad0dfa26 |
line wrap: on
line diff
--- a/src/proxy.c Sat May 31 02:20:09 2003 +0000 +++ b/src/proxy.c Sat May 31 02:27:03 2003 +0000 @@ -1243,7 +1243,7 @@ int proxy_connect(GaimAccount *account, const char *host, int port, GaimInputFunction func, gpointer data) { - char *connecthost = host; + const char *connecthost = host; int connectport = port; struct PHB *phb = g_new0(struct PHB, 1); if(!account || !account->gpi)
