Mercurial > pidgin
diff src/protocols/silc/silc.c @ 10751:bf5e48215158
[gaim-migrate @ 12354]
Get rid of serv_finish_login because it's dumb.
Also fix some problems with gg and silc that I introduced yesterday.
I didn't grep for places where account->password was accessed
directly.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 27 Mar 2005 17:50:35 +0000 |
| parents | c4cb90065e1d |
| children | 39b5a5e30f47 |
line wrap: on
line diff
--- a/src/protocols/silc/silc.c Sun Mar 27 17:39:22 2005 +0000 +++ b/src/protocols/silc/silc.c Sun Mar 27 17:50:35 2005 +0000 @@ -303,7 +303,7 @@ /* Load SILC key pair */ if (!silc_load_key_pair(gaim_prefs_get_string("/plugins/prpl/silc/pubkey"), gaim_prefs_get_string("/plugins/prpl/silc/privkey"), - (account->password == NULL) ? "" : account->password, &client->pkcs, + (gc->password == NULL) ? "" : gc->password, &client->pkcs, &client->public_key, &client->private_key)) { gaim_connection_error(gc, ("Could not load SILC key pair")); return;
