comparison src/protocols/novell/novell.c @ 8838:518455386538

[gaim-migrate @ 9604] -Fix the compile error in perl that was my fault -Rename a network.c function and change it's signature (is that work applicable in c?) -Make rendezvous crash when trying to sign on committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 28 Apr 2004 03:16:40 +0000
parents 5a2b5e4abf3a
children 6663ad2386d9
comparison
equal deleted inserted replaced
8837:25206a0fb4e4 8838:518455386538
1146 conn->ssl_conn->write = (nm_ssl_write_cb) gaim_ssl_write; 1146 conn->ssl_conn->write = (nm_ssl_write_cb) gaim_ssl_write;
1147 1147
1148 gaim_connection_update_progress(gc, _("Authenticating..."), 1148 gaim_connection_update_progress(gc, _("Authenticating..."),
1149 2, NOVELL_CONNECT_STEPS); 1149 2, NOVELL_CONNECT_STEPS);
1150 1150
1151 my_addr = gaim_network_get_ip_for_account(user->client_data, gsc->fd); 1151 my_addr = gaim_network_get_my_ip(gsc->fd);
1152 pwd = gaim_account_get_password(user->client_data); 1152 pwd = gaim_account_get_password(user->client_data);
1153 ua = _user_agent_string(); 1153 ua = _user_agent_string();
1154 1154
1155 rc = nm_send_login(user, pwd, my_addr, ua, _login_resp_cb, NULL); 1155 rc = nm_send_login(user, pwd, my_addr, ua, _login_resp_cb, NULL);
1156 if (rc == NM_OK) { 1156 if (rc == NM_OK) {