--- a/libpurple/plugins/keyrings/internalkeyring.c Wed Aug 27 09:40:37 2008 +0000 +++ b/libpurple/plugins/keyrings/internalkeyring.c Wed Aug 27 09:47:09 2008 +0000 @@ -257,13 +257,6 @@ purple_debug_info("Internal keyring", "Exporting password"); - /* we're using this rather than GET_PASSWORD(), - * because on account creation, the account might be - * exported before the password is known. This would - * lead to exporting uninitialised data, which - * we obviously don't want. - */ - //password = purple_account_get_password(account); password = GET_PASSWORD(account); if (password == NULL) {