Mercurial > pidgin
comparison plugins/irc.c @ 1866:466fc4ada7cb
[gaim-migrate @ 1876]
more proxy fixes.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 20 May 2001 10:35:47 +0000 |
| parents | 5cb89cf24f45 |
| children | c0a69f90d662 |
comparison
equal
deleted
inserted
replaced
| 1865:8d758ff5957e | 1866:466fc4ada7cb |
|---|---|
| 1861 user->proto_opt[USEROPT_PORT][0] ? atoi(user->proto_opt[USEROPT_PORT]) : 6667, | 1861 user->proto_opt[USEROPT_PORT][0] ? atoi(user->proto_opt[USEROPT_PORT]) : 6667, |
| 1862 user->proto_opt[USEROPT_PROXYSERV], atoi(user->proto_opt[USEROPT_PROXYPORT]), | 1862 user->proto_opt[USEROPT_PROXYSERV], atoi(user->proto_opt[USEROPT_PROXYPORT]), |
| 1863 atoi(user->proto_opt[USEROPT_PROXYTYPE]), | 1863 atoi(user->proto_opt[USEROPT_PROXYTYPE]), |
| 1864 user->proto_opt[USEROPT_USER], user->proto_opt[USEROPT_PASS], | 1864 user->proto_opt[USEROPT_USER], user->proto_opt[USEROPT_PASS], |
| 1865 irc_login_callback, gc); | 1865 irc_login_callback, gc); |
| 1866 if (user->gc && (idata->fd < 0)) { | 1866 if (!user->gc || (idata->fd < 0)) { |
| 1867 hide_login_progress(gc, "Unable to create socket"); | 1867 hide_login_progress(gc, "Unable to create socket"); |
| 1868 signoff(gc); | 1868 signoff(gc); |
| 1869 return; | 1869 return; |
| 1870 } | 1870 } |
| 1871 } | 1871 } |
