Mercurial > pidgin
diff src/protocols/msn/servconn.c @ 19818:2e078c892e0b
[gaim-migrate @ 17003]
add the PSM processing
need to store the PSM info to XML.
Thanks for Chris <ukdrizzle@yahoo.co.uk> 's code!
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Wed, 23 Aug 2006 15:07:17 +0000 |
parents | 995aea35b05c |
children |
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c Tue Aug 22 16:13:43 2006 +0000 +++ b/src/protocols/msn/servconn.c Wed Aug 23 15:07:17 2006 +0000 @@ -235,13 +235,12 @@ r = gaim_proxy_connect(session->account, host, port, connect_cb, servconn); - if (r == 0) - { + if (r == 0){ servconn->processing = TRUE; return TRUE; + }else{ + return FALSE; } - else - return FALSE; } void